Html Css Color HEX #C66C3C Zest

📋 copy color: '#C66C3C'

red 198 ◦ green 108 ◦ blue 60

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

Shades of Zest #C66C3C

Tints of Zest #C66C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 60 (23.83% from 255) = 16.39%

R = 54.1%
G = 29.51%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C66C3C (or 0xC66C3C) is known color: Zest. HEX triplet: C6, 6C and 3C. RGB value is (198,108,60). Sum of RGB (Red+Green+Blue) = 198+108+60=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C3C is #3993C3. Grayscale: #818181. Windows color (decimal): -3773380 or 3960006. OLE color: 3960006.

HSL color Cylindrical-coordinate representation of color #C66C3C: hue angle of 20.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C66C3C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 60 -
CMYK 0 0.45 0.70 0.22
HSL 20.87º 0.55% 0.51% -
HSV(B) 20.87º 0.7% 0.78% -
XYZ 29.47 23.06 7.17 -
YUV 129.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 198 108 60 0 0.45 0.70 0.22 20.87 0.55 0.51
Hex C6 6C 3C 0 2D 46 16 15 37 33
Octal 306 154 74 0 55 106 26 25 67 63
Binary 11000110 1101100 111100 0 101101 1000110 10110 10101 110111 110011

Color Harmonies of #C66C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C3C

Black with #C66C3C

Text Example


Text Example

White with #C66C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C3C; }

 p { color: rgb(198,108,60); }

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

background-color css

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

 a { background-color: rgb(198,108,60); }

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

border-color css

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

 span { border-color: rgb(198,108,60); }

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