Html Css Color HEX #CC8346 Peru

📋 copy color: '#CC8346'

red 204 ◦ green 131 ◦ blue 70

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

Shades of Peru #CC8346

Tints of Peru #CC8346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 50.37%
G = 32.35%
B = 17.28%

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

#CC8346 (or 0xCC8346) is known color: Peru. HEX triplet: CC, 83 and 46. RGB value is (204,131,70). Sum of RGB (Red+Green+Blue) = 204+131+70=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8346 is #337CB9. Grayscale: #929292. Windows color (decimal): -3374266 or 4621260. OLE color: 4621260.

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

Color convert

RGB 204 131 70 -
CMYK 0 0.36 0.66 0.2
HSL 27.31º 0.57% 0.54% -
HSV(B) 27.31º 0.66% 0.8% -
XYZ 34.12 29.51 9.69 -
YUV 145.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 204 131 70 0 0.36 0.66 0.2 27.31 0.57 0.54
Hex CC 83 46 0 24 42 14 1B 39 36
Octal 314 203 106 0 44 102 24 33 71 66
Binary 11001100 10000011 1000110 0 100100 1000010 10100 11011 111001 110110

Color Harmonies of #CC8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8346

Black with #CC8346

Text Example


Text Example

White with #CC8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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