Html Css Color HEX #C67034 Zest

📋 copy color: '#C67034'

red 198 ◦ green 112 ◦ blue 52

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

Shades of Zest #C67034

Tints of Zest #C67034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 54.7%
G = 30.94%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C67034 (or 0xC67034) is known color: Zest. HEX triplet: C6, 70 and 34. RGB value is (198,112,52). Sum of RGB (Red+Green+Blue) = 198+112+52=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C67034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67034 is #398FCB. Grayscale: #838383. Windows color (decimal): -3772364 or 3436742. OLE color: 3436742.

HSL color Cylindrical-coordinate representation of color #C67034: hue angle of 24.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C67034 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 52 -
CMYK 0 0.43 0.74 0.22
HSL 24.66º 0.58% 0.49% -
HSV(B) 24.66º 0.74% 0.78% -
XYZ 29.7 23.84 6.29 -
YUV 130.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 198 112 52 0 0.43 0.74 0.22 24.66 0.58 0.49
Hex C6 70 34 0 2B 4A 16 19 3A 31
Octal 306 160 64 0 53 112 26 31 72 61
Binary 11000110 1110000 110100 0 101011 1001010 10110 11001 111010 110001

Color Harmonies of #C67034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67034

Black with #C67034

Text Example


Text Example

White with #C67034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67034; }

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

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

background-color css

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

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

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

border-color css

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

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

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