Html Css Color HEX #CC7641 Zest

📋 copy color: '#CC7641'

red 204 ◦ green 118 ◦ blue 65

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

Shades of Zest #CC7641

Tints of Zest #CC7641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.49%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 52.71%
G = 30.49%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC7641 (or 0xCC7641) is known color: Zest. HEX triplet: CC, 76 and 41. RGB value is (204,118,65). Sum of RGB (Red+Green+Blue) = 204+118+65=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7641 is #3389BE. Grayscale: #898989. Windows color (decimal): -3377599 or 4290252. OLE color: 4290252.

HSL color Cylindrical-coordinate representation of color #CC7641: hue angle of 22.88º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC7641 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 118 65 -
CMYK 0 0.42 0.68 0.2
HSL 22.88º 0.58% 0.53% -
HSV(B) 22.88º 0.68% 0.8% -
XYZ 32.33 26.18 8.35 -
YUV 137.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 204 118 65 0 0.42 0.68 0.2 22.88 0.58 0.53
Hex CC 76 41 0 2A 44 14 17 3A 35
Octal 314 166 101 0 52 104 24 27 72 65
Binary 11001100 1110110 1000001 0 101010 1000100 10100 10111 111010 110101

Color Harmonies of #CC7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7641

Black with #CC7641

Text Example


Text Example

White with #CC7641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7641; }

 p { color: rgb(204,118,65); }

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

background-color css

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

 a { background-color: rgb(204,118,65); }

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

border-color css

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

 span { border-color: rgb(204,118,65); }

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