Html Css Color HEX #CC8445 Peru

📋 copy color: '#CC8445'

red 204 ◦ green 132 ◦ blue 69

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

Shades of Peru #CC8445

Tints of Peru #CC8445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 50.37%
G = 32.59%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC8445 (or 0xCC8445) is known color: Peru. HEX triplet: CC, 84 and 45. RGB value is (204,132,69). Sum of RGB (Red+Green+Blue) = 204+132+69=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8445 is #337BBA. Grayscale: #929292. Windows color (decimal): -3374011 or 4555980. OLE color: 4555980.

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

Color convert

RGB 204 132 69 -
CMYK 0 0.35 0.66 0.2
HSL 28º 0.57% 0.54% -
HSV(B) 28º 0.66% 0.8% -
XYZ 34.23 29.77 9.57 -
YUV 146.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 204 132 69 0 0.35 0.66 0.2 28 0.57 0.54
Hex CC 84 45 0 23 42 14 1C 39 36
Octal 314 204 105 0 43 102 24 34 71 66
Binary 11001100 10000100 1000101 0 100011 1000010 10100 11100 111001 110110

Color Harmonies of #CC8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8445

Black with #CC8445

Text Example


Text Example

White with #CC8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8445; }

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

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

background-color css

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

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

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

border-color css

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

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

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