Html Css Color HEX #CC8840 Peru

📋 copy color: '#CC8840'

red 204 ◦ green 136 ◦ blue 64

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

Shades of Peru #CC8840

Tints of Peru #CC8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 50.5%
G = 33.66%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8840 (or 0xCC8840) is known color: Peru. HEX triplet: CC, 88 and 40. RGB value is (204,136,64). Sum of RGB (Red+Green+Blue) = 204+136+64=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8840 is #3377BF. Grayscale: #949494. Windows color (decimal): -3372992 or 4229324. OLE color: 4229324.

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

Color convert

RGB 204 136 64 -
CMYK 0 0.33 0.69 0.2
HSL 30.86º 0.58% 0.53% -
HSV(B) 30.86º 0.69% 0.8% -
XYZ 34.63 30.82 8.97 -
YUV 148.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 204 136 64 0 0.33 0.69 0.2 30.86 0.58 0.53
Hex CC 88 40 0 21 45 14 1F 3A 35
Octal 314 210 100 0 41 105 24 37 72 65
Binary 11001100 10001000 1000000 0 100001 1000101 10100 11111 111010 110101

Color Harmonies of #CC8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8840

Black with #CC8840

Text Example


Text Example

White with #CC8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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