Html Css Color HEX #C67140 Zest

📋 copy color: '#C67140'

red 198 ◦ green 113 ◦ blue 64

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

Shades of Zest #C67140

Tints of Zest #C67140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 52.8%
G = 30.13%
B = 17.07%

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

#C67140 (or 0xC67140) is known color: Zest. HEX triplet: C6, 71 and 40. RGB value is (198,113,64). Sum of RGB (Red+Green+Blue) = 198+113+64=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C67140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67140 is #398EBF. Grayscale: #858585. Windows color (decimal): -3772096 or 4223430. OLE color: 4223430.

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

Color convert

RGB 198 113 64 -
CMYK 0 0.43 0.68 0.22
HSL 21.94º 0.54% 0.51% -
HSV(B) 21.94º 0.68% 0.78% -
XYZ 30.12 24.19 7.93 -
YUV 132.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 198 113 64 0 0.43 0.68 0.22 21.94 0.54 0.51
Hex C6 71 40 0 2B 44 16 16 36 33
Octal 306 161 100 0 53 104 26 26 66 63
Binary 11000110 1110001 1000000 0 101011 1000100 10110 10110 110110 110011

Color Harmonies of #C67140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67140

Black with #C67140

Text Example


Text Example

White with #C67140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67140; }

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

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

background-color css

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

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

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

border-color css

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

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

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