Html Css Color HEX #CC773F Zest

📋 copy color: '#CC773F'

red 204 ◦ green 119 ◦ blue 63

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

Shades of Zest #CC773F

Tints of Zest #CC773F

RGB

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

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

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

R = 52.85%
G = 30.83%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC773F (or 0xCC773F) is known color: Zest. HEX triplet: CC, 77 and 3F. RGB value is (204,119,63). Sum of RGB (Red+Green+Blue) = 204+119+63=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC773F is #3388C0. Grayscale: #8A8A8A. Windows color (decimal): -3377345 or 4159436. OLE color: 4159436.

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

Color convert

RGB 204 119 63 -
CMYK 0 0.42 0.69 0.2
HSL 23.83º 0.58% 0.52% -
HSV(B) 23.83º 0.69% 0.8% -
XYZ 32.4 26.39 8.09 -
YUV 138.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 204 119 63 0 0.42 0.69 0.2 23.83 0.58 0.52
Hex CC 77 3F 0 2A 45 14 18 3A 34
Octal 314 167 77 0 52 105 24 30 72 64
Binary 11001100 1110111 111111 0 101010 1000101 10100 11000 111010 110100

Color Harmonies of #CC773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC773F

Black with #CC773F

Text Example


Text Example

White with #CC773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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