Html Css Color HEX #CE8649 Peru

📋 copy color: '#CE8649'

red 206 ◦ green 134 ◦ blue 73

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

Shades of Peru #CE8649

Tints of Peru #CE8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

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

R = 49.88%
G = 32.45%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8649 (or 0xCE8649) is known color: Peru. HEX triplet: CE, 86 and 49. RGB value is (206,134,73). Sum of RGB (Red+Green+Blue) = 206+134+73=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8649 is #3179B6. Grayscale: #949494. Windows color (decimal): -3242423 or 4818638. OLE color: 4818638.

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

Color convert

RGB 206 134 73 -
CMYK 0 0.35 0.65 0.19
HSL 27.52º 0.58% 0.55% -
HSV(B) 27.52º 0.65% 0.81% -
XYZ 35.18 30.65 10.37 -
YUV 148.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 206 134 73 0 0.35 0.65 0.19 27.52 0.58 0.55
Hex CE 86 49 0 23 41 13 1C 3A 37
Octal 316 206 111 0 43 101 23 34 72 67
Binary 11001110 10000110 1001001 0 100011 1000001 10011 11100 111010 110111

Color Harmonies of #CE8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8649

Black with #CE8649

Text Example


Text Example

White with #CE8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8649; }

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

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

background-color css

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

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

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

border-color css

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

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

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