Html Css Color HEX #C66F3F Zest

📋 copy color: '#C66F3F'

red 198 ◦ green 111 ◦ blue 63

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

Shades of Zest #C66F3F

Tints of Zest #C66F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 53.23%
G = 29.84%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C66F3F (or 0xC66F3F) is known color: Zest. HEX triplet: C6, 6F and 3F. RGB value is (198,111,63). Sum of RGB (Red+Green+Blue) = 198+111+63=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66F3F is #3990C0. Grayscale: #838383. Windows color (decimal): -3772609 or 4157382. OLE color: 4157382.

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

Color convert

RGB 198 111 63 -
CMYK 0 0.44 0.68 0.22
HSL 21.33º 0.54% 0.51% -
HSV(B) 21.33º 0.68% 0.78% -
XYZ 29.87 23.73 7.71 -
YUV 131.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 198 111 63 0 0.44 0.68 0.22 21.33 0.54 0.51
Hex C6 6F 3F 0 2C 44 16 15 36 33
Octal 306 157 77 0 54 104 26 25 66 63
Binary 11000110 1101111 111111 0 101100 1000100 10110 10101 110110 110011

Color Harmonies of #C66F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66F3F

Black with #C66F3F

Text Example


Text Example

White with #C66F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66F3F; }

 p { color: rgb(198,111,63); }

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

background-color css

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

 a { background-color: rgb(198,111,63); }

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

border-color css

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

 span { border-color: rgb(198,111,63); }

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