Html Css Color HEX #CE8A47 Peru

📋 copy color: '#CE8A47'

red 206 ◦ green 138 ◦ blue 71

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

Shades of Peru #CE8A47

Tints of Peru #CE8A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

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

R = 49.64%
G = 33.25%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE8A47 (or 0xCE8A47) is known color: Peru. HEX triplet: CE, 8A and 47. RGB value is (206,138,71). Sum of RGB (Red+Green+Blue) = 206+138+71=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A47 is #3175B8. Grayscale: #979797. Windows color (decimal): -3241401 or 4688590. OLE color: 4688590.

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

Color convert

RGB 206 138 71 -
CMYK 0 0.33 0.66 0.19
HSL 29.78º 0.58% 0.54% -
HSV(B) 29.78º 0.66% 0.81% -
XYZ 35.68 31.75 10.21 -
YUV 150.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 206 138 71 0 0.33 0.66 0.19 29.78 0.58 0.54
Hex CE 8A 47 0 21 42 13 1E 3A 36
Octal 316 212 107 0 41 102 23 36 72 66
Binary 11001110 10001010 1000111 0 100001 1000010 10011 11110 111010 110110

Color Harmonies of #CE8A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A47

Black with #CE8A47

Text Example


Text Example

White with #CE8A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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