Html Css Color HEX #CC7434 Zest

📋 copy color: '#CC7434'

red 204 ◦ green 116 ◦ blue 52

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

Shades of Zest #CC7434

Tints of Zest #CC7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 54.84%
G = 31.18%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7434 (or 0xCC7434) is known color: Zest. HEX triplet: CC, 74 and 34. RGB value is (204,116,52). Sum of RGB (Red+Green+Blue) = 204+116+52=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7434 is #338BCB. Grayscale: #878787. Windows color (decimal): -3378124 or 3437772. OLE color: 3437772.

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

Color convert

RGB 204 116 52 -
CMYK 0 0.43 0.75 0.2
HSL 25.26º 0.6% 0.5% -
HSV(B) 25.26º 0.75% 0.8% -
XYZ 31.77 25.58 6.51 -
YUV 135.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 204 116 52 0 0.43 0.75 0.2 25.26 0.6 0.5
Hex CC 74 34 0 2B 4B 14 19 3C 32
Octal 314 164 64 0 53 113 24 31 74 62
Binary 11001100 1110100 110100 0 101011 1001011 10100 11001 111100 110010

Color Harmonies of #CC7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7434

Black with #CC7434

Text Example


Text Example

White with #CC7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7434; }

 p { color: rgb(204,116,52); }

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

background-color css

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

 a { background-color: rgb(204,116,52); }

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

border-color css

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

 span { border-color: rgb(204,116,52); }

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