Html Css Color HEX #CE8849 Peru

📋 copy color: '#CE8849'

red 206 ◦ green 136 ◦ blue 73

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

Shades of Peru #CE8849

Tints of Peru #CE8849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 49.64%
G = 32.77%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8849 (or 0xCE8849) is known color: Peru. HEX triplet: CE, 88 and 49. RGB value is (206,136,73). Sum of RGB (Red+Green+Blue) = 206+136+73=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8849 is #3177B6. Grayscale: #969696. Windows color (decimal): -3241911 or 4819150. OLE color: 4819150.

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

Color convert

RGB 206 136 73 -
CMYK 0 0.34 0.65 0.19
HSL 28.42º 0.58% 0.55% -
HSV(B) 28.42º 0.65% 0.81% -
XYZ 35.46 31.21 10.46 -
YUV 149.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 206 136 73 0 0.34 0.65 0.19 28.42 0.58 0.55
Hex CE 88 49 0 22 41 13 1C 3A 37
Octal 316 210 111 0 42 101 23 34 72 67
Binary 11001110 10001000 1001001 0 100010 1000001 10011 11100 111010 110111

Color Harmonies of #CE8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8849

Black with #CE8849

Text Example


Text Example

White with #CE8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8849; }

 p { color: rgb(206,136,73); }

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

background-color css

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

 a { background-color: rgb(206,136,73); }

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

border-color css

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

 span { border-color: rgb(206,136,73); }

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