Html Css Color HEX #CE8D49 Peru

📋 copy color: '#CE8D49'

red 206 ◦ green 141 ◦ blue 73

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

Shades of Peru #CE8D49

Tints of Peru #CE8D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

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

R = 49.05%
G = 33.57%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8D49 (or 0xCE8D49) is known color: Peru. HEX triplet: CE, 8D and 49. RGB value is (206,141,73). Sum of RGB (Red+Green+Blue) = 206+141+73=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D49 is #3172B6. Grayscale: #999999. Windows color (decimal): -3240631 or 4820430. OLE color: 4820430.

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

Color convert

RGB 206 141 73 -
CMYK 0 0.32 0.65 0.19
HSL 30.68º 0.58% 0.55% -
HSV(B) 30.68º 0.65% 0.81% -
XYZ 36.18 32.65 10.7 -
YUV 152.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 206 141 73 0 0.32 0.65 0.19 30.68 0.58 0.55
Hex CE 8D 49 0 20 41 13 1F 3A 37
Octal 316 215 111 0 40 101 23 37 72 67
Binary 11001110 10001101 1001001 0 100000 1000001 10011 11111 111010 110111

Color Harmonies of #CE8D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D49

Black with #CE8D49

Text Example


Text Example

White with #CE8D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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