#C06B21

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

Shades of Christine #C06B21

Tints of Christine #C06B21

Color information

#C06B21 (or 0xC06B21) is unknown color: approx Christine. HEX triplet: C0, 6B and 21. RGB value is (192,107,33). Sum of RGB (Red+Green+Blue) = 192+107+33=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B21 is #3F94DE. Grayscale: #7C7C7C. Windows color (decimal): -4166879 or 2190272. OLE color: 2190272.

HSL color Cylindrical-coordinate representation of color #C06B21: hue angle of 27.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C06B21 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19210733-
CMYK00.440.830.25
HSL27.92º70.67%44.12%-
HSV(B)27.92º82.81%75.29%-
XYZ27.2721.834.22-
YUV123.9876.66176.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.83%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=57.83%
G=32.23%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921073300.440.830.2527.9270.6744.12
HexC06B2102C53191c472c
Octal30015341054123313410754
Binary1100000011010111000010101100101001111001111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B21; }

 p { color: rgb(192,107,33); }

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

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

 a { background-color: rgb(192,107,33); }

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

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

 span { border-color: rgb(192,107,33); }

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