Html Css Color HEX #CC8040 Peru

📋 copy color: '#CC8040'

red 204 ◦ green 128 ◦ blue 64

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

Shades of Peru #CC8040

Tints of Peru #CC8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 51.52%
G = 32.32%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8040 (or 0xCC8040) is known color: Peru. HEX triplet: CC, 80 and 40. RGB value is (204,128,64). Sum of RGB (Red+Green+Blue) = 204+128+64=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8040 is #337FBF. Grayscale: #8F8F8F. Windows color (decimal): -3375040 or 4227276. OLE color: 4227276.

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

Color convert

RGB 204 128 64 -
CMYK 0 0.37 0.69 0.2
HSL 27.43º 0.58% 0.53% -
HSV(B) 27.43º 0.69% 0.8% -
XYZ 33.55 28.65 8.61 -
YUV 143.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 204 128 64 0 0.37 0.69 0.2 27.43 0.58 0.53
Hex CC 80 40 0 25 45 14 1B 3A 35
Octal 314 200 100 0 45 105 24 33 72 65
Binary 11001100 10000000 1000000 0 100101 1000101 10100 11011 111010 110101

Color Harmonies of #CC8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8040

Black with #CC8040

Text Example


Text Example

White with #CC8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8040; }

 p { color: rgb(204,128,64); }

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

background-color css

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

 a { background-color: rgb(204,128,64); }

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

border-color css

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

 span { border-color: rgb(204,128,64); }

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