Html Css Color HEX #C77440 Zest

📋 copy color: '#C77440'

red 199 ◦ green 116 ◦ blue 64

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

Shades of Zest #C77440

Tints of Zest #C77440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 52.51%
G = 30.61%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C77440 (or 0xC77440) is known color: Zest. HEX triplet: C7, 74 and 40. RGB value is (199,116,64). Sum of RGB (Red+Green+Blue) = 199+116+64=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C77440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77440 is #388BBF. Grayscale: #878787. Windows color (decimal): -3705792 or 4224199. OLE color: 4224199.

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

Color convert

RGB 199 116 64 -
CMYK 0 0.42 0.68 0.22
HSL 23.11º 0.55% 0.52% -
HSV(B) 23.11º 0.68% 0.78% -
XYZ 30.72 25 8.06 -
YUV 134.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 199 116 64 0 0.42 0.68 0.22 23.11 0.55 0.52
Hex C7 74 40 0 2A 44 16 17 37 34
Octal 307 164 100 0 52 104 26 27 67 64
Binary 11000111 1110100 1000000 0 101010 1000100 10110 10111 110111 110100

Color Harmonies of #C77440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77440

Black with #C77440

Text Example


Text Example

White with #C77440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77440; }

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

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

background-color css

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

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

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

border-color css

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

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

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