Html Css Color HEX #CC8448 Peru

📋 copy color: '#CC8448'

red 204 ◦ green 132 ◦ blue 72

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

Shades of Peru #CC8448

Tints of Peru #CC8448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8448 (or 0xCC8448) is known color: Peru. HEX triplet: CC, 84 and 48. RGB value is (204,132,72). Sum of RGB (Red+Green+Blue) = 204+132+72=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8448 is #337BB7. Grayscale: #929292. Windows color (decimal): -3374008 or 4752588. OLE color: 4752588.

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

Color convert

RGB 204 132 72 -
CMYK 0 0.35 0.65 0.2
HSL 27.27º 0.56% 0.54% -
HSV(B) 27.27º 0.65% 0.8% -
XYZ 34.32 29.81 10.08 -
YUV 146.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 204 132 72 0 0.35 0.65 0.2 27.27 0.56 0.54
Hex CC 84 48 0 23 41 14 1B 38 36
Octal 314 204 110 0 43 101 24 33 70 66
Binary 11001100 10000100 1001000 0 100011 1000001 10100 11011 111000 110110

Color Harmonies of #CC8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8448

Black with #CC8448

Text Example


Text Example

White with #CC8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8448; }

 p { color: rgb(204,132,72); }

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

background-color css

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

 a { background-color: rgb(204,132,72); }

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

border-color css

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

 span { border-color: rgb(204,132,72); }

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