Html Css Color HEX #CC773C Zest

📋 copy color: '#CC773C'

red 204 ◦ green 119 ◦ blue 60

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

Shades of Zest #CC773C

Tints of Zest #CC773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 53.26%
G = 31.07%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC773C (or 0xCC773C) is known color: Zest. HEX triplet: CC, 77 and 3C. RGB value is (204,119,60). Sum of RGB (Red+Green+Blue) = 204+119+60=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC773C is #3388C3. Grayscale: #8A8A8A. Windows color (decimal): -3377348 or 3962828. OLE color: 3962828.

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

Color convert

RGB 204 119 60 -
CMYK 0 0.42 0.71 0.2
HSL 24.58º 0.59% 0.52% -
HSV(B) 24.58º 0.71% 0.8% -
XYZ 32.31 26.36 7.66 -
YUV 137.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 204 119 60 0 0.42 0.71 0.2 24.58 0.59 0.52
Hex CC 77 3C 0 2A 47 14 19 3B 34
Octal 314 167 74 0 52 107 24 31 73 64
Binary 11001100 1110111 111100 0 101010 1000111 10100 11001 111011 110100

Color Harmonies of #CC773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC773C

Black with #CC773C

Text Example


Text Example

White with #CC773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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