Html Css Color HEX #C76D3F Zest

📋 copy color: '#C76D3F'

red 199 ◦ green 109 ◦ blue 63

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

Shades of Zest #C76D3F

Tints of Zest #C76D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 63 (25% from 255) = 16.98%

R = 53.64%
G = 29.38%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C76D3F (or 0xC76D3F) is known color: Zest. HEX triplet: C7, 6D and 3F. RGB value is (199,109,63). Sum of RGB (Red+Green+Blue) = 199+109+63=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D3F is #3892C0. Grayscale: #828282. Windows color (decimal): -3707585 or 4156871. OLE color: 4156871.

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

Color convert

RGB 199 109 63 -
CMYK 0 0.45 0.68 0.22
HSL 20.29º 0.55% 0.51% -
HSV(B) 20.29º 0.68% 0.78% -
XYZ 29.92 23.44 7.65 -
YUV 130.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 199 109 63 0 0.45 0.68 0.22 20.29 0.55 0.51
Hex C7 6D 3F 0 2D 44 16 14 37 33
Octal 307 155 77 0 55 104 26 24 67 63
Binary 11000111 1101101 111111 0 101101 1000100 10110 10100 110111 110011

Color Harmonies of #C76D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D3F

Black with #C76D3F

Text Example


Text Example

White with #C76D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D3F; }

 p { color: rgb(199,109,63); }

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

background-color css

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

 a { background-color: rgb(199,109,63); }

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

border-color css

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

 span { border-color: rgb(199,109,63); }

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