#C26828

Color #C26828 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #C26828

Tints of Christine #C26828

Color information

#C26828 (or 0xC26828) is unknown color: approx Christine. HEX triplet: C2, 68 and 28. RGB value is (194,104,40). Sum of RGB (Red+Green+Blue) = 194+104+40=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C26828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26828 is #3D97D7. Grayscale: #7B7B7B. Windows color (decimal): -4036568 or 2648258. OLE color: 2648258.

HSL color Cylindrical-coordinate representation of color #C26828: hue angle of 24.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C26828 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB19410440-
CMYK00.460.790.24
HSL24.94º65.81%45.88%-
HSV(B)24.94º79.38%76.08%-
XYZ27.5821.524.71-
YUV123.6180.82178.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 57.40%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 40 (16.02% from 255) = 11.83%
R=57.40%
G=30.77%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941044000.460.790.2424.9465.8145.88
HexC2682802E4F1819422e
Octal30215050056117303110256
Binary1100001011010001010000101110100111111000110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26828; }

 p { color: rgb(194,104,40); }

 H1.HeaderClassName
 {
   color: #C26828;
 }
 .AnyTagClassName
 {
   color: #C26828;
 }
</style>
background-color css

<style>
 a { background-color: #C26828; }

 a { background-color: rgb(194,104,40); }

 div.DivClassName
 {
   background-color: #C26828;
 }
 .BgClassName
 {
   background-color: #C26828;
 }
</style>
border-color css

<style>
 span { border-color: #C26828; }

 span { border-color: rgb(194,104,40); }

 td.TdClassName
 {
   border-color: #C26828;
 }
 .TagClassName
 {
   border-color: #C26828;
 }
</style>