Html Css Color HEX #C77330 Zest

📋 copy color: '#C77330'

red 199 ◦ green 115 ◦ blue 48

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

Shades of Zest #C77330

Tints of Zest #C77330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 54.97%
G = 31.77%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C77330 (or 0xC77330) is known color: Zest. HEX triplet: C7, 73 and 30. RGB value is (199,115,48). Sum of RGB (Red+Green+Blue) = 199+115+48=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C77330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77330 is #388CCF. Grayscale: #848484. Windows color (decimal): -3706064 or 3175367. OLE color: 3175367.

HSL color Cylindrical-coordinate representation of color #C77330: hue angle of 26.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C77330 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 48 -
CMYK 0 0.42 0.76 0.22
HSL 26.62º 0.61% 0.48% -
HSV(B) 26.62º 0.76% 0.78% -
XYZ 30.22 24.62 5.96 -
YUV 132.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 199 115 48 0 0.42 0.76 0.22 26.62 0.61 0.48
Hex C7 73 30 0 2A 4C 16 1B 3D 30
Octal 307 163 60 0 52 114 26 33 75 60
Binary 11000111 1110011 110000 0 101010 1001100 10110 11011 111101 110000

Color Harmonies of #C77330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77330

Black with #C77330

Text Example


Text Example

White with #C77330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77330; }

 p { color: rgb(199,115,48); }

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

background-color css

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

 a { background-color: rgb(199,115,48); }

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

border-color css

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

 span { border-color: rgb(199,115,48); }

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