Html Css Color HEX #CC763C Zest

📋 copy color: '#CC763C'

red 204 ◦ green 118 ◦ blue 60

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

Shades of Zest #CC763C

Tints of Zest #CC763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

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

R = 53.4%
G = 30.89%
B = 15.71%

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

#CC763C (or 0xCC763C) is known color: Zest. HEX triplet: CC, 76 and 3C. RGB value is (204,118,60). Sum of RGB (Red+Green+Blue) = 204+118+60=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC763C is #3389C3. Grayscale: #898989. Windows color (decimal): -3377604 or 3962572. OLE color: 3962572.

HSL color Cylindrical-coordinate representation of color #CC763C: hue angle of 24.17º 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 #CC763C is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 60 -
CMYK 0 0.42 0.71 0.2
HSL 24.17º 0.59% 0.52% -
HSV(B) 24.17º 0.71% 0.8% -
XYZ 32.2 26.12 7.62 -
YUV 137.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 204 118 60 0 0.42 0.71 0.2 24.17 0.59 0.52
Hex CC 76 3C 0 2A 47 14 18 3B 34
Octal 314 166 74 0 52 107 24 30 73 64
Binary 11001100 1110110 111100 0 101010 1000111 10100 11000 111011 110100

Color Harmonies of #CC763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC763C

Black with #CC763C

Text Example


Text Example

White with #CC763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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