#c66b30

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

Shades of Christine #C66B30

Tints of Christine #C66B30

Color information

#C66B30 (or 0xC66B30) is unknown color: approx Christine. HEX triplet: C6, 6B and 30. RGB value is (198,107,48). Sum of RGB (Red+Green+Blue) = 198+107+48=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B30 is #3994CF. Grayscale: #7F7F7F. Windows color (decimal): -3773648 or 3173318. OLE color: 3173318.

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

Color convert

RGB19810748-
CMYK00.460.760.22
HSL23.6º60.98%48.24%-
HSV(B)23.6º75.76%77.65%-
XYZ29.0822.735.65-
YUV127.4883.15178.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 48 (19.14% from 255) = 13.60%
R=56.09%
G=30.31%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981074800.460.760.2223.660.9848.24
HexC66B3002E4C16183d30
Octal3061536005611426307560
Binary110001101101011110000010111010011001011011000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66b30; }

 p { color: rgb(198,107,48); }

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

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

 a { background-color: rgb(198,107,48); }

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

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

 span { border-color: rgb(198,107,48); }

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