Html Css Color HEX #CC8345 Peru

📋 copy color: '#CC8345'

red 204 ◦ green 131 ◦ blue 69

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

Shades of Peru #CC8345

Tints of Peru #CC8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 50.5%
G = 32.43%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC8345 (or 0xCC8345) is known color: Peru. HEX triplet: CC, 83 and 45. RGB value is (204,131,69). Sum of RGB (Red+Green+Blue) = 204+131+69=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8345 is #337CBA. Grayscale: #929292. Windows color (decimal): -3374267 or 4555724. OLE color: 4555724.

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

Color convert

RGB 204 131 69 -
CMYK 0 0.36 0.66 0.2
HSL 27.56º 0.57% 0.54% -
HSV(B) 27.56º 0.66% 0.8% -
XYZ 34.09 29.5 9.53 -
YUV 145.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 204 131 69 0 0.36 0.66 0.2 27.56 0.57 0.54
Hex CC 83 45 0 24 42 14 1C 39 36
Octal 314 203 105 0 44 102 24 34 71 66
Binary 11001100 10000011 1000101 0 100100 1000010 10100 11100 111001 110110

Color Harmonies of #CC8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8345

Black with #CC8345

Text Example


Text Example

White with #CC8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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