Html Css Color HEX #CC753B Zest

📋 copy color: '#CC753B'

red 204 ◦ green 117 ◦ blue 59

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

Shades of Zest #CC753B

Tints of Zest #CC753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 53.68%
G = 30.79%
B = 15.53%

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

#CC753B (or 0xCC753B) is known color: Zest. HEX triplet: CC, 75 and 3B. RGB value is (204,117,59). Sum of RGB (Red+Green+Blue) = 204+117+59=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC753B is #338AC4. Grayscale: #888888. Windows color (decimal): -3377861 or 3896780. OLE color: 3896780.

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

Color convert

RGB 204 117 59 -
CMYK 0 0.43 0.71 0.2
HSL 24º 0.59% 0.52% -
HSV(B) 24º 0.71% 0.8% -
XYZ 32.05 25.88 7.44 -
YUV 136.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 204 117 59 0 0.43 0.71 0.2 24 0.59 0.52
Hex CC 75 3B 0 2B 47 14 18 3B 34
Octal 314 165 73 0 53 107 24 30 73 64
Binary 11001100 1110101 111011 0 101011 1000111 10100 11000 111011 110100

Color Harmonies of #CC753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC753B

Black with #CC753B

Text Example


Text Example

White with #CC753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC753B; }

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

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

background-color css

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

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

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

border-color css

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

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

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