Html Css Color HEX #CC8640 Peru

📋 copy color: '#CC8640'

red 204 ◦ green 134 ◦ blue 64

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

Shades of Peru #CC8640

Tints of Peru #CC8640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 50.75%
G = 33.33%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8640 (or 0xCC8640) is known color: Peru. HEX triplet: CC, 86 and 40. RGB value is (204,134,64). Sum of RGB (Red+Green+Blue) = 204+134+64=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8640 is #3379BF. Grayscale: #939393. Windows color (decimal): -3373504 or 4228812. OLE color: 4228812.

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

Color convert

RGB 204 134 64 -
CMYK 0 0.34 0.69 0.2
HSL 30º 0.58% 0.53% -
HSV(B) 30º 0.69% 0.8% -
XYZ 34.35 30.26 8.88 -
YUV 146.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 204 134 64 0 0.34 0.69 0.2 30 0.58 0.53
Hex CC 86 40 0 22 45 14 1E 3A 35
Octal 314 206 100 0 42 105 24 36 72 65
Binary 11001100 10000110 1000000 0 100010 1000101 10100 11110 111010 110101

Color Harmonies of #CC8640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8640

Black with #CC8640

Text Example


Text Example

White with #CC8640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8640; }

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

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

background-color css

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

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

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

border-color css

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

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

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