Html Css Color HEX #CC8947 Peru

📋 copy color: '#CC8947'

red 204 ◦ green 137 ◦ blue 71

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

Shades of Peru #CC8947

Tints of Peru #CC8947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 49.51%
G = 33.25%
B = 17.23%

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

#CC8947 (or 0xCC8947) is known color: Peru. HEX triplet: CC, 89 and 47. RGB value is (204,137,71). Sum of RGB (Red+Green+Blue) = 204+137+71=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8947 is #3376B8. Grayscale: #959595. Windows color (decimal): -3372729 or 4688332. OLE color: 4688332.

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

Color convert

RGB 204 137 71 -
CMYK 0 0.33 0.65 0.2
HSL 29.77º 0.57% 0.54% -
HSV(B) 29.77º 0.65% 0.8% -
XYZ 34.98 31.18 10.14 -
YUV 149.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 204 137 71 0 0.33 0.65 0.2 29.77 0.57 0.54
Hex CC 89 47 0 21 41 14 1E 39 36
Octal 314 211 107 0 41 101 24 36 71 66
Binary 11001100 10001001 1000111 0 100001 1000001 10100 11110 111001 110110

Color Harmonies of #CC8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8947

Black with #CC8947

Text Example


Text Example

White with #CC8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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