Html Css Color HEX #C66C3E Zest

📋 copy color: '#C66C3E'

red 198 ◦ green 108 ◦ blue 62

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

Shades of Zest #C66C3E

Tints of Zest #C66C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 53.8%
G = 29.35%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C66C3E (or 0xC66C3E) is known color: Zest. HEX triplet: C6, 6C and 3E. RGB value is (198,108,62). Sum of RGB (Red+Green+Blue) = 198+108+62=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C3E is #3993C1. Grayscale: #818181. Windows color (decimal): -3773378 or 4091078. OLE color: 4091078.

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

Color convert

RGB 198 108 62 -
CMYK 0 0.45 0.69 0.22
HSL 20.29º 0.54% 0.51% -
HSV(B) 20.29º 0.69% 0.78% -
XYZ 29.52 23.08 7.46 -
YUV 129.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 198 108 62 0 0.45 0.69 0.22 20.29 0.54 0.51
Hex C6 6C 3E 0 2D 45 16 14 36 33
Octal 306 154 76 0 55 105 26 24 66 63
Binary 11000110 1101100 111110 0 101101 1000101 10110 10100 110110 110011

Color Harmonies of #C66C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C3E

Black with #C66C3E

Text Example


Text Example

White with #C66C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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