#C06129

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

Shades of Christine #C06129

Tints of Christine #C06129

Color information

#C06129 (or 0xC06129) is unknown color: approx Christine. HEX triplet: C0, 61 and 29. RGB value is (192,97,41). Sum of RGB (Red+Green+Blue) = 192+97+41=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C06129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06129 is #3F9ED6. Grayscale: #777777. Windows color (decimal): -4169431 or 2712000. OLE color: 2712000.

HSL color Cylindrical-coordinate representation of color #C06129: hue angle of 22.25º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C06129 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1929741-
CMYK00.490.790.25
HSL22.25º64.81%45.69%-
HSV(B)22.25º78.65%75.29%-
XYZ26.4119.924.55-
YUV119.0283.97180.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.18%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=58.18%
G=29.39%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192974100.490.790.2522.2564.8145.69
HexC061290314F1916412e
Octal30014151061117312610156
Binary1100000011000011010010110001100111111001101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06129; }

 p { color: rgb(192,97,41); }

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

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

 a { background-color: rgb(192,97,41); }

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

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

 span { border-color: rgb(192,97,41); }

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