Html Css Color HEX #C67231 Zest

📋 copy color: '#C67231'

red 198 ◦ green 114 ◦ blue 49

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

Shades of Zest #C67231

Tints of Zest #C67231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 49 (19.53% from 255) = 13.57%

R = 54.85%
G = 31.58%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C67231 (or 0xC67231) is known color: Zest. HEX triplet: C6, 72 and 31. RGB value is (198,114,49). Sum of RGB (Red+Green+Blue) = 198+114+49=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C67231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67231 is #398DCE. Grayscale: #848484. Windows color (decimal): -3771855 or 3240646. OLE color: 3240646.

HSL color Cylindrical-coordinate representation of color #C67231: hue angle of 26.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C67231 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 49 -
CMYK 0 0.42 0.75 0.22
HSL 26.17º 0.6% 0.48% -
HSV(B) 26.17º 0.75% 0.78% -
XYZ 29.86 24.26 6.01 -
YUV 131.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 198 114 49 0 0.42 0.75 0.22 26.17 0.6 0.48
Hex C6 72 31 0 2A 4B 16 1A 3C 30
Octal 306 162 61 0 52 113 26 32 74 60
Binary 11000110 1110010 110001 0 101010 1001011 10110 11010 111100 110000

Color Harmonies of #C67231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67231

Black with #C67231

Text Example


Text Example

White with #C67231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67231; }

 p { color: rgb(198,114,49); }

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

background-color css

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

 a { background-color: rgb(198,114,49); }

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

border-color css

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

 span { border-color: rgb(198,114,49); }

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