Html Css Color HEX #CC8440 Peru

📋 copy color: '#CC8440'

red 204 ◦ green 132 ◦ blue 64

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

Shades of Peru #CC8440

Tints of Peru #CC8440

RGB

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

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

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

R = 51%
G = 33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8440 (or 0xCC8440) is known color: Peru. HEX triplet: CC, 84 and 40. RGB value is (204,132,64). Sum of RGB (Red+Green+Blue) = 204+132+64=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8440 is #337BBF. Grayscale: #929292. Windows color (decimal): -3374016 or 4228300. OLE color: 4228300.

HSL color Cylindrical-coordinate representation of color #CC8440: hue angle of 29.14º 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 #CC8440 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 64 -
CMYK 0 0.35 0.69 0.2
HSL 29.14º 0.58% 0.53% -
HSV(B) 29.14º 0.69% 0.8% -
XYZ 34.08 29.71 8.79 -
YUV 145.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 204 132 64 0 0.35 0.69 0.2 29.14 0.58 0.53
Hex CC 84 40 0 23 45 14 1D 3A 35
Octal 314 204 100 0 43 105 24 35 72 65
Binary 11001100 10000100 1000000 0 100011 1000101 10100 11101 111010 110101

Color Harmonies of #CC8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8440

Black with #CC8440

Text Example


Text Example

White with #CC8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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