Html Css Color HEX #CC8C47 Peru

📋 copy color: '#CC8C47'

red 204 ◦ green 140 ◦ blue 71

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

Shades of Peru #CC8C47

Tints of Peru #CC8C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 49.16%
G = 33.73%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8C47 (or 0xCC8C47) is known color: Peru. HEX triplet: CC, 8C and 47. RGB value is (204,140,71). Sum of RGB (Red+Green+Blue) = 204+140+71=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C47 is #3373B8. Grayscale: #979797. Windows color (decimal): -3371961 or 4689100. OLE color: 4689100.

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

Color convert

RGB 204 140 71 -
CMYK 0 0.31 0.65 0.2
HSL 31.13º 0.57% 0.54% -
HSV(B) 31.13º 0.65% 0.8% -
XYZ 35.42 32.05 10.28 -
YUV 151.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 204 140 71 0 0.31 0.65 0.2 31.13 0.57 0.54
Hex CC 8C 47 0 1F 41 14 1F 39 36
Octal 314 214 107 0 37 101 24 37 71 66
Binary 11001100 10001100 1000111 0 11111 1000001 10100 11111 111001 110110

Color Harmonies of #CC8C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C47

Black with #CC8C47

Text Example


Text Example

White with #CC8C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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