Html Css Color HEX #C77242 Zest

📋 copy color: '#C77242'

red 199 ◦ green 114 ◦ blue 66

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

Shades of Zest #C77242

Tints of Zest #C77242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 52.51%
G = 30.08%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C77242 (or 0xC77242) is known color: Zest. HEX triplet: C7, 72 and 42. RGB value is (199,114,66). Sum of RGB (Red+Green+Blue) = 199+114+66=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C77242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77242 is #388DBD. Grayscale: #868686. Windows color (decimal): -3706302 or 4354759. OLE color: 4354759.

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

Color convert

RGB 199 114 66 -
CMYK 0 0.43 0.67 0.22
HSL 21.65º 0.54% 0.52% -
HSV(B) 21.65º 0.67% 0.78% -
XYZ 30.55 24.57 8.29 -
YUV 133.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 199 114 66 0 0.43 0.67 0.22 21.65 0.54 0.52
Hex C7 72 42 0 2B 43 16 16 36 34
Octal 307 162 102 0 53 103 26 26 66 64
Binary 11000111 1110010 1000010 0 101011 1000011 10110 10110 110110 110100

Color Harmonies of #C77242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77242

Black with #C77242

Text Example


Text Example

White with #C77242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77242; }

 p { color: rgb(199,114,66); }

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

background-color css

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

 a { background-color: rgb(199,114,66); }

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

border-color css

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

 span { border-color: rgb(199,114,66); }

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