Html Css Color HEX #C76B3E Zest

📋 copy color: '#C76B3E'

red 199 ◦ green 107 ◦ blue 62

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

Shades of Zest #C76B3E

Tints of Zest #C76B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 54.08%
G = 29.08%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C76B3E (or 0xC76B3E) is known color: Zest. HEX triplet: C7, 6B and 3E. RGB value is (199,107,62). Sum of RGB (Red+Green+Blue) = 199+107+62=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B3E is #3894C1. Grayscale: #818181. Windows color (decimal): -3708098 or 4090823. OLE color: 4090823.

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

Color convert

RGB 199 107 62 -
CMYK 0 0.46 0.69 0.22
HSL 19.71º 0.55% 0.51% -
HSV(B) 19.71º 0.69% 0.78% -
XYZ 29.68 23.01 7.43 -
YUV 129.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 199 107 62 0 0.46 0.69 0.22 19.71 0.55 0.51
Hex C7 6B 3E 0 2E 45 16 14 37 33
Octal 307 153 76 0 56 105 26 24 67 63
Binary 11000111 1101011 111110 0 101110 1000101 10110 10100 110111 110011

Color Harmonies of #C76B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B3E

Black with #C76B3E

Text Example


Text Example

White with #C76B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B3E; }

 p { color: rgb(199,107,62); }

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

background-color css

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

 a { background-color: rgb(199,107,62); }

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

border-color css

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

 span { border-color: rgb(199,107,62); }

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