Html Css Color HEX #C67040 Zest

📋 copy color: '#C67040'

red 198 ◦ green 112 ◦ blue 64

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

Shades of Zest #C67040

Tints of Zest #C67040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 52.94%
G = 29.95%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C67040 (or 0xC67040) is known color: Zest. HEX triplet: C6, 70 and 40. RGB value is (198,112,64). Sum of RGB (Red+Green+Blue) = 198+112+64=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C67040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67040 is #398FBF. Grayscale: #848484. Windows color (decimal): -3772352 or 4223174. OLE color: 4223174.

HSL color Cylindrical-coordinate representation of color #C67040: hue angle of 21.49º 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 #C67040 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 64 -
CMYK 0 0.43 0.68 0.22
HSL 21.49º 0.54% 0.51% -
HSV(B) 21.49º 0.68% 0.78% -
XYZ 30.01 23.96 7.89 -
YUV 132.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 198 112 64 0 0.43 0.68 0.22 21.49 0.54 0.51
Hex C6 70 40 0 2B 44 16 15 36 33
Octal 306 160 100 0 53 104 26 25 66 63
Binary 11000110 1110000 1000000 0 101011 1000100 10110 10101 110110 110011

Color Harmonies of #C67040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67040

Black with #C67040

Text Example


Text Example

White with #C67040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67040; }

 p { color: rgb(198,112,64); }

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

background-color css

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

 a { background-color: rgb(198,112,64); }

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

border-color css

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

 span { border-color: rgb(198,112,64); }

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