Html Css Color HEX #CC8444 Peru

📋 copy color: '#CC8444'

red 204 ◦ green 132 ◦ blue 68

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

Shades of Peru #CC8444

Tints of Peru #CC8444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 50.5%
G = 32.67%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC8444 (or 0xCC8444) is known color: Peru. HEX triplet: CC, 84 and 44. RGB value is (204,132,68). Sum of RGB (Red+Green+Blue) = 204+132+68=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8444 is #337BBB. Grayscale: #929292. Windows color (decimal): -3374012 or 4490444. OLE color: 4490444.

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

Color convert

RGB 204 132 68 -
CMYK 0 0.35 0.67 0.2
HSL 28.24º 0.57% 0.53% -
HSV(B) 28.24º 0.67% 0.8% -
XYZ 34.2 29.76 9.41 -
YUV 146.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 204 132 68 0 0.35 0.67 0.2 28.24 0.57 0.53
Hex CC 84 44 0 23 43 14 1C 39 35
Octal 314 204 104 0 43 103 24 34 71 65
Binary 11001100 10000100 1000100 0 100011 1000011 10100 11100 111001 110101

Color Harmonies of #CC8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8444

Black with #CC8444

Text Example


Text Example

White with #CC8444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8444; }

 p { color: rgb(204,132,68); }

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

background-color css

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

 a { background-color: rgb(204,132,68); }

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

border-color css

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

 span { border-color: rgb(204,132,68); }

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