Html Css Color HEX #C76F3D Zest

📋 copy color: '#C76F3D'

red 199 ◦ green 111 ◦ blue 61

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

Shades of Zest #C76F3D

Tints of Zest #C76F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 53.64%
G = 29.92%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C76F3D (or 0xC76F3D) is known color: Zest. HEX triplet: C7, 6F and 3D. RGB value is (199,111,61). Sum of RGB (Red+Green+Blue) = 199+111+61=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F3D is #3890C2. Grayscale: #838383. Windows color (decimal): -3707075 or 4026311. OLE color: 4026311.

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

Color convert

RGB 199 111 61 -
CMYK 0 0.44 0.69 0.22
HSL 21.74º 0.55% 0.51% -
HSV(B) 21.74º 0.69% 0.78% -
XYZ 30.08 23.85 7.43 -
YUV 131.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 199 111 61 0 0.44 0.69 0.22 21.74 0.55 0.51
Hex C7 6F 3D 0 2C 45 16 16 37 33
Octal 307 157 75 0 54 105 26 26 67 63
Binary 11000111 1101111 111101 0 101100 1000101 10110 10110 110111 110011

Color Harmonies of #C76F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F3D

Black with #C76F3D

Text Example


Text Example

White with #C76F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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