Html Css Color HEX #CC8B40 Peru

📋 copy color: '#CC8B40'

red 204 ◦ green 139 ◦ blue 64

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

Shades of Peru #CC8B40

Tints of Peru #CC8B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 50.12%
G = 34.15%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8B40 (or 0xCC8B40) is known color: Peru. HEX triplet: CC, 8B and 40. RGB value is (204,139,64). Sum of RGB (Red+Green+Blue) = 204+139+64=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B40 is #3374BF. Grayscale: #969696. Windows color (decimal): -3372224 or 4230092. OLE color: 4230092.

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

Color convert

RGB 204 139 64 -
CMYK 0 0.32 0.69 0.2
HSL 32.14º 0.58% 0.53% -
HSV(B) 32.14º 0.69% 0.8% -
XYZ 35.06 31.67 9.12 -
YUV 149.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 204 139 64 0 0.32 0.69 0.2 32.14 0.58 0.53
Hex CC 8B 40 0 20 45 14 20 3A 35
Octal 314 213 100 0 40 105 24 40 72 65
Binary 11001100 10001011 1000000 0 100000 1000101 10100 100000 111010 110101

Color Harmonies of #CC8B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B40

Black with #CC8B40

Text Example


Text Example

White with #CC8B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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