#C06D31

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

Shades of Christine #C06D31

Tints of Christine #C06D31

Color information

#C06D31 (or 0xC06D31) is unknown color: approx Christine. HEX triplet: C0, 6D and 31. RGB value is (192,109,49). Sum of RGB (Red+Green+Blue) = 192+109+49=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D31 is #3F92CE. Grayscale: #7F7F7F. Windows color (decimal): -4166351 or 3239360. OLE color: 3239360.

HSL color Cylindrical-coordinate representation of color #C06D31: hue angle of 25.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C06D31 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19210949-
CMYK00.430.740.25
HSL25.17º59.34%47.25%-
HSV(B)25.17º74.48%75.29%-
XYZ27.7622.375.76-
YUV126.9884174.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.86%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 49 (19.53% from 255) = 14%
R=54.86%
G=31.14%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921094900.430.740.2525.1759.3447.25
HexC06D3102B4A19193b2f
Octal3001556105311231317357
Binary110000001101101110001010101110010101100111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D31; }

 p { color: rgb(192,109,49); }

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

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

 a { background-color: rgb(192,109,49); }

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

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

 span { border-color: rgb(192,109,49); }

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