Html Css Color HEX #CC773A Zest

📋 copy color: '#CC773A'

red 204 ◦ green 119 ◦ blue 58

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

Shades of Zest #CC773A

Tints of Zest #CC773A

RGB

 RED value IS 204 (80.08% from 255) = 53.54%

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 53.54%
G = 31.23%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC773A (or 0xCC773A) is known color: Zest. HEX triplet: CC, 77 and 3A. RGB value is (204,119,58). Sum of RGB (Red+Green+Blue) = 204+119+58=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC773A is #3388C5. Grayscale: #898989. Windows color (decimal): -3377350 or 3831756. OLE color: 3831756.

HSL color Cylindrical-coordinate representation of color #CC773A: hue angle of 25.07º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC773A is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 58 -
CMYK 0 0.42 0.72 0.2
HSL 25.07º 0.59% 0.51% -
HSV(B) 25.07º 0.72% 0.8% -
XYZ 32.26 26.34 7.39 -
YUV 137.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 204 119 58 0 0.42 0.72 0.2 25.07 0.59 0.51
Hex CC 77 3A 0 2A 48 14 19 3B 33
Octal 314 167 72 0 52 110 24 31 73 63
Binary 11001100 1110111 111010 0 101010 1001000 10100 11001 111011 110011

Color Harmonies of #CC773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC773A

Black with #CC773A

Text Example


Text Example

White with #CC773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC773A; }

 p { color: rgb(204,119,58); }

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

background-color css

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

 a { background-color: rgb(204,119,58); }

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

border-color css

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

 span { border-color: rgb(204,119,58); }

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