#C66023

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

Shades of Christine #C66023

Tints of Christine #C66023

Color information

#C66023 (or 0xC66023) is unknown color: approx Christine. HEX triplet: C6, 60 and 23. RGB value is (198,96,35). Sum of RGB (Red+Green+Blue) = 198+96+35=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C66023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66023 is #399FDC. Grayscale: #777777. Windows color (decimal): -3776477 or 2318534. OLE color: 2318534.

HSL color Cylindrical-coordinate representation of color #C66023: hue angle of 22.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C66023 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1989635-
CMYK00.520.820.22
HSL22.45º69.96%45.69%-
HSV(B)22.45º82.32%77.65%-
XYZ27.7720.494.08-
YUV119.5480.29183.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.18%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 35 (14.06% from 255) = 10.64%
R=60.18%
G=29.18%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198963500.520.820.2222.4569.9645.69
HexC66023034521616462e
Octal30614043064122262610656
Binary1100011011000001000110110100101001010110101101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66023; }

 p { color: rgb(198,96,35); }

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

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

 a { background-color: rgb(198,96,35); }

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

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

 span { border-color: rgb(198,96,35); }

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