Html Css Color HEX #CC8847 Peru

📋 copy color: '#CC8847'

red 204 ◦ green 136 ◦ blue 71

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

Shades of Peru #CC8847

Tints of Peru #CC8847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.27%

R = 49.64%
G = 33.09%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8847 (or 0xCC8847) is known color: Peru. HEX triplet: CC, 88 and 47. RGB value is (204,136,71). Sum of RGB (Red+Green+Blue) = 204+136+71=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8847 is #3377B8. Grayscale: #959595. Windows color (decimal): -3372985 or 4688076. OLE color: 4688076.

HSL color Cylindrical-coordinate representation of color #CC8847: hue angle of 29.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8847 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 71 -
CMYK 0 0.33 0.65 0.2
HSL 29.32º 0.57% 0.54% -
HSV(B) 29.32º 0.65% 0.8% -
XYZ 34.84 30.9 10.09 -
YUV 148.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 204 136 71 0 0.33 0.65 0.2 29.32 0.57 0.54
Hex CC 88 47 0 21 41 14 1D 39 36
Octal 314 210 107 0 41 101 24 35 71 66
Binary 11001100 10001000 1000111 0 100001 1000001 10100 11101 111001 110110

Color Harmonies of #CC8847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8847

Black with #CC8847

Text Example


Text Example

White with #CC8847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8847; }

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

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

background-color css

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

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

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

border-color css

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

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

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