Html Css Color HEX #CE8949 Peru

📋 copy color: '#CE8949'

red 206 ◦ green 137 ◦ blue 73

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

Shades of Peru #CE8949

Tints of Peru #CE8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.93%

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

R = 49.52%
G = 32.93%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8949 (or 0xCE8949) is known color: Peru. HEX triplet: CE, 89 and 49. RGB value is (206,137,73). Sum of RGB (Red+Green+Blue) = 206+137+73=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8949 is #3176B6. Grayscale: #969696. Windows color (decimal): -3241655 or 4819406. OLE color: 4819406.

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

Color convert

RGB 206 137 73 -
CMYK 0 0.33 0.65 0.19
HSL 28.87º 0.58% 0.55% -
HSV(B) 28.87º 0.65% 0.81% -
XYZ 35.6 31.49 10.51 -
YUV 150.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 206 137 73 0 0.33 0.65 0.19 28.87 0.58 0.55
Hex CE 89 49 0 21 41 13 1D 3A 37
Octal 316 211 111 0 41 101 23 35 72 67
Binary 11001110 10001001 1001001 0 100001 1000001 10011 11101 111010 110111

Color Harmonies of #CE8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8949

Black with #CE8949

Text Example


Text Example

White with #CE8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8949; }

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

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

background-color css

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

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

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

border-color css

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

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

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