Html Css Color HEX #C76C3C Zest

📋 copy color: '#C76C3C'

red 199 ◦ green 108 ◦ blue 60

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

Shades of Zest #C76C3C

Tints of Zest #C76C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 54.22%
G = 29.43%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C76C3C (or 0xC76C3C) is known color: Zest. HEX triplet: C7, 6C and 3C. RGB value is (199,108,60). Sum of RGB (Red+Green+Blue) = 199+108+60=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C3C is #3893C3. Grayscale: #828282. Windows color (decimal): -3707844 or 3960007. OLE color: 3960007.

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

Color convert

RGB 199 108 60 -
CMYK 0 0.46 0.70 0.22
HSL 20.72º 0.55% 0.51% -
HSV(B) 20.72º 0.7% 0.78% -
XYZ 29.73 23.19 7.18 -
YUV 129.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 199 108 60 0 0.46 0.70 0.22 20.72 0.55 0.51
Hex C7 6C 3C 0 2E 46 16 15 37 33
Octal 307 154 74 0 56 106 26 25 67 63
Binary 11000111 1101100 111100 0 101110 1000110 10110 10101 110111 110011

Color Harmonies of #C76C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C3C

Black with #C76C3C

Text Example


Text Example

White with #C76C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C3C; }

 p { color: rgb(199,108,60); }

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

background-color css

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

 a { background-color: rgb(199,108,60); }

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

border-color css

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

 span { border-color: rgb(199,108,60); }

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