Html Css Color HEX #C76F3F Zest

📋 copy color: '#C76F3F'

red 199 ◦ green 111 ◦ blue 63

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

Shades of Zest #C76F3F

Tints of Zest #C76F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 53.35%
G = 29.76%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C76F3F (or 0xC76F3F) is known color: Zest. HEX triplet: C7, 6F and 3F. RGB value is (199,111,63). Sum of RGB (Red+Green+Blue) = 199+111+63=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F3F is #3890C0. Grayscale: #848484. Windows color (decimal): -3707073 or 4157383. OLE color: 4157383.

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

Color convert

RGB 199 111 63 -
CMYK 0 0.44 0.68 0.22
HSL 21.18º 0.55% 0.51% -
HSV(B) 21.18º 0.68% 0.78% -
XYZ 30.13 23.87 7.72 -
YUV 131.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 199 111 63 0 0.44 0.68 0.22 21.18 0.55 0.51
Hex C7 6F 3F 0 2C 44 16 15 37 33
Octal 307 157 77 0 54 104 26 25 67 63
Binary 11000111 1101111 111111 0 101100 1000100 10110 10101 110111 110011

Color Harmonies of #C76F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F3F

Black with #C76F3F

Text Example


Text Example

White with #C76F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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