Html Css Color HEX #CC8340 Peru

📋 copy color: '#CC8340'

red 204 ◦ green 131 ◦ blue 64

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

Shades of Peru #CC8340

Tints of Peru #CC8340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 51.13%
G = 32.83%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8340 (or 0xCC8340) is known color: Peru. HEX triplet: CC, 83 and 40. RGB value is (204,131,64). Sum of RGB (Red+Green+Blue) = 204+131+64=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8340 is #337CBF. Grayscale: #919191. Windows color (decimal): -3374272 or 4228044. OLE color: 4228044.

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

Color convert

RGB 204 131 64 -
CMYK 0 0.36 0.69 0.2
HSL 28.71º 0.58% 0.53% -
HSV(B) 28.71º 0.69% 0.8% -
XYZ 33.94 29.44 8.74 -
YUV 145.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 204 131 64 0 0.36 0.69 0.2 28.71 0.58 0.53
Hex CC 83 40 0 24 45 14 1D 3A 35
Octal 314 203 100 0 44 105 24 35 72 65
Binary 11001100 10000011 1000000 0 100100 1000101 10100 11101 111010 110101

Color Harmonies of #CC8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8340

Black with #CC8340

Text Example


Text Example

White with #CC8340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8340; }

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

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

background-color css

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

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

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

border-color css

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

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

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