Html Css Color HEX #C66B32 Christine

📋 copy color: '#C66B32'

red 198 ◦ green 107 ◦ blue 50

#C66B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C66B32

Tints of Christine #C66B32

RGB

 RED value IS 198 (77.73% from 255) = 55.77%

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 55.77%
G = 30.14%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C66B32 (or 0xC66B32) is known color: Christine. HEX triplet: C6, 6B and 32. RGB value is (198,107,50). Sum of RGB (Red+Green+Blue) = 198+107+50=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B32 is #3994CD. Grayscale: #808080. Windows color (decimal): -3773646 or 3304390. OLE color: 3304390.

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

Color convert

RGB 198 107 50 -
CMYK 0 0.46 0.75 0.22
HSL 23.11º 0.6% 0.49% -
HSV(B) 23.11º 0.75% 0.78% -
XYZ 29.12 22.75 5.87 -
YUV 127.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 198 107 50 0 0.46 0.75 0.22 23.11 0.6 0.49
Hex C6 6B 32 0 2E 4B 16 17 3C 31
Octal 306 153 62 0 56 113 26 27 74 61
Binary 11000110 1101011 110010 0 101110 1001011 10110 10111 111100 110001

Color Harmonies of #C66B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B32

Black with #C66B32

Text Example


Text Example

White with #C66B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B32; }

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

 H1.HeaderClassName
 {
   color: #C66B32;
 }
 .AnyTagClassName
 {
   color: #C66B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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