Html Css Color HEX #CC753C Zest

📋 copy color: '#CC753C'

red 204 ◦ green 117 ◦ blue 60

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

Shades of Zest #CC753C

Tints of Zest #CC753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.71%

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

R = 53.54%
G = 30.71%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC753C (or 0xCC753C) is known color: Zest. HEX triplet: CC, 75 and 3C. RGB value is (204,117,60). Sum of RGB (Red+Green+Blue) = 204+117+60=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC753C is #338AC3. Grayscale: #888888. Windows color (decimal): -3377860 or 3962316. OLE color: 3962316.

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

Color convert

RGB 204 117 60 -
CMYK 0 0.43 0.71 0.2
HSL 23.75º 0.59% 0.52% -
HSV(B) 23.75º 0.71% 0.8% -
XYZ 32.08 25.89 7.58 -
YUV 136.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 204 117 60 0 0.43 0.71 0.2 23.75 0.59 0.52
Hex CC 75 3C 0 2B 47 14 18 3B 34
Octal 314 165 74 0 53 107 24 30 73 64
Binary 11001100 1110101 111100 0 101011 1000111 10100 11000 111011 110100

Color Harmonies of #CC753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC753C

Black with #CC753C

Text Example


Text Example

White with #CC753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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