Html Css Color HEX #C67131 Zest

📋 copy color: '#C67131'

red 198 ◦ green 113 ◦ blue 49

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

Shades of Zest #C67131

Tints of Zest #C67131

RGB

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

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

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

R = 55%
G = 31.39%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C67131 (or 0xC67131) is known color: Zest. HEX triplet: C6, 71 and 31. RGB value is (198,113,49). Sum of RGB (Red+Green+Blue) = 198+113+49=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C67131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67131 is #398ECE. Grayscale: #838383. Windows color (decimal): -3772111 or 3240390. OLE color: 3240390.

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

Color convert

RGB 198 113 49 -
CMYK 0 0.43 0.75 0.22
HSL 25.77º 0.6% 0.48% -
HSV(B) 25.77º 0.75% 0.78% -
XYZ 29.75 24.04 5.98 -
YUV 131.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 198 113 49 0 0.43 0.75 0.22 25.77 0.6 0.48
Hex C6 71 31 0 2B 4B 16 1A 3C 30
Octal 306 161 61 0 53 113 26 32 74 60
Binary 11000110 1110001 110001 0 101011 1001011 10110 11010 111100 110000

Color Harmonies of #C67131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67131

Black with #C67131

Text Example


Text Example

White with #C67131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67131; }

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

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

background-color css

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

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

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

border-color css

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

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

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