Html Css Color HEX #CC8746 Peru

📋 copy color: '#CC8746'

red 204 ◦ green 135 ◦ blue 70

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

Shades of Peru #CC8746

Tints of Peru #CC8746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 49.88%
G = 33.01%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC8746 (or 0xCC8746) is known color: Peru. HEX triplet: CC, 87 and 46. RGB value is (204,135,70). Sum of RGB (Red+Green+Blue) = 204+135+70=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8746 is #3378B9. Grayscale: #949494. Windows color (decimal): -3373242 or 4622284. OLE color: 4622284.

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

Color convert

RGB 204 135 70 -
CMYK 0 0.34 0.66 0.2
HSL 29.1º 0.57% 0.54% -
HSV(B) 29.1º 0.66% 0.8% -
XYZ 34.67 30.61 9.87 -
YUV 148.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 204 135 70 0 0.34 0.66 0.2 29.1 0.57 0.54
Hex CC 87 46 0 22 42 14 1D 39 36
Octal 314 207 106 0 42 102 24 35 71 66
Binary 11001100 10000111 1000110 0 100010 1000010 10100 11101 111001 110110

Color Harmonies of #CC8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8746

Black with #CC8746

Text Example


Text Example

White with #CC8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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