Html Css Color HEX #CC7535 Zest

📋 copy color: '#CC7535'

red 204 ◦ green 117 ◦ blue 53

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

Shades of Zest #CC7535

Tints of Zest #CC7535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.17%

R = 54.55%
G = 31.28%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC7535 (or 0xCC7535) is known color: Zest. HEX triplet: CC, 75 and 35. RGB value is (204,117,53). Sum of RGB (Red+Green+Blue) = 204+117+53=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7535 is #338ACA. Grayscale: #888888. Windows color (decimal): -3377867 or 3503564. OLE color: 3503564.

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

Color convert

RGB 204 117 53 -
CMYK 0 0.43 0.74 0.2
HSL 25.43º 0.6% 0.5% -
HSV(B) 25.43º 0.74% 0.8% -
XYZ 31.91 25.82 6.67 -
YUV 135.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 204 117 53 0 0.43 0.74 0.2 25.43 0.6 0.5
Hex CC 75 35 0 2B 4A 14 19 3C 32
Octal 314 165 65 0 53 112 24 31 74 62
Binary 11001100 1110101 110101 0 101011 1001010 10100 11001 111100 110010

Color Harmonies of #CC7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7535

Black with #CC7535

Text Example


Text Example

White with #CC7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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