Html Css Color HEX #C77140 Zest

📋 copy color: '#C77140'

red 199 ◦ green 113 ◦ blue 64

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

Shades of Zest #C77140

Tints of Zest #C77140

RGB

 RED value IS 199 (78.13% from 255) = 52.93%

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

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

R = 52.93%
G = 30.05%
B = 17.02%

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

#C77140 (or 0xC77140) is known color: Zest. HEX triplet: C7, 71 and 40. RGB value is (199,113,64). Sum of RGB (Red+Green+Blue) = 199+113+64=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C77140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77140 is #388EBF. Grayscale: #858585. Windows color (decimal): -3706560 or 4223431. OLE color: 4223431.

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

Color convert

RGB 199 113 64 -
CMYK 0 0.43 0.68 0.22
HSL 21.78º 0.55% 0.52% -
HSV(B) 21.78º 0.68% 0.78% -
XYZ 30.38 24.32 7.94 -
YUV 133.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 199 113 64 0 0.43 0.68 0.22 21.78 0.55 0.52
Hex C7 71 40 0 2B 44 16 16 37 34
Octal 307 161 100 0 53 104 26 26 67 64
Binary 11000111 1110001 1000000 0 101011 1000100 10110 10110 110111 110100

Color Harmonies of #C77140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77140

Black with #C77140

Text Example


Text Example

White with #C77140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77140; }

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

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

background-color css

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

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

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

border-color css

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

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

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