Html Css Color HEX #CE8447 Peru

📋 copy color: '#CE8447'

red 206 ◦ green 132 ◦ blue 71

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

Shades of Peru #CE8447

Tints of Peru #CE8447

RGB

 RED value IS 206 (80.86% from 255) = 50.37%

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

 BLUE value IS 71 (28.13% from 255) = 17.36%

R = 50.37%
G = 32.27%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE8447 (or 0xCE8447) is known color: Peru. HEX triplet: CE, 84 and 47. RGB value is (206,132,71). Sum of RGB (Red+Green+Blue) = 206+132+71=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8447 is #317BB8. Grayscale: #939393. Windows color (decimal): -3242937 or 4687054. OLE color: 4687054.

HSL color Cylindrical-coordinate representation of color #CE8447: hue angle of 27.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE8447 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 71 -
CMYK 0 0.36 0.66 0.19
HSL 27.11º 0.58% 0.54% -
HSV(B) 27.11º 0.66% 0.81% -
XYZ 34.84 30.08 9.93 -
YUV 147.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 206 132 71 0 0.36 0.66 0.19 27.11 0.58 0.54
Hex CE 84 47 0 24 42 13 1B 3A 36
Octal 316 204 107 0 44 102 23 33 72 66
Binary 11001110 10000100 1000111 0 100100 1000010 10011 11011 111010 110110

Color Harmonies of #CE8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8447

Black with #CE8447

Text Example


Text Example

White with #CE8447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8447; }

 p { color: rgb(206,132,71); }

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

background-color css

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

 a { background-color: rgb(206,132,71); }

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

border-color css

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

 span { border-color: rgb(206,132,71); }

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