Html Css Color HEX #CC753A Zest

📋 copy color: '#CC753A'

red 204 ◦ green 117 ◦ blue 58

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

Shades of Zest #CC753A

Tints of Zest #CC753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.3%

R = 53.83%
G = 30.87%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC753A (or 0xCC753A) is known color: Zest. HEX triplet: CC, 75 and 3A. RGB value is (204,117,58). Sum of RGB (Red+Green+Blue) = 204+117+58=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC753A is #338AC5. Grayscale: #888888. Windows color (decimal): -3377862 or 3831244. OLE color: 3831244.

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

Color convert

RGB 204 117 58 -
CMYK 0 0.43 0.72 0.2
HSL 24.25º 0.59% 0.51% -
HSV(B) 24.25º 0.72% 0.8% -
XYZ 32.03 25.87 7.31 -
YUV 136.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 204 117 58 0 0.43 0.72 0.2 24.25 0.59 0.51
Hex CC 75 3A 0 2B 48 14 18 3B 33
Octal 314 165 72 0 53 110 24 30 73 63
Binary 11001100 1110101 111010 0 101011 1001000 10100 11000 111011 110011

Color Harmonies of #CC753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC753A

Black with #CC753A

Text Example


Text Example

White with #CC753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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