Html Css Color HEX #CE8946 Peru

📋 copy color: '#CE8946'

red 206 ◦ green 137 ◦ blue 70

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

Shades of Peru #CE8946

Tints of Peru #CE8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 49.88%
G = 33.17%
B = 16.95%

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

#CE8946 (or 0xCE8946) is known color: Peru. HEX triplet: CE, 89 and 46. RGB value is (206,137,70). Sum of RGB (Red+Green+Blue) = 206+137+70=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8946 is #3176B9. Grayscale: #969696. Windows color (decimal): -3241658 or 4622798. OLE color: 4622798.

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

Color convert

RGB 206 137 70 -
CMYK 0 0.33 0.66 0.19
HSL 29.56º 0.58% 0.54% -
HSV(B) 29.56º 0.66% 0.81% -
XYZ 35.5 31.46 9.99 -
YUV 149.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 206 137 70 0 0.33 0.66 0.19 29.56 0.58 0.54
Hex CE 89 46 0 21 42 13 1E 3A 36
Octal 316 211 106 0 41 102 23 36 72 66
Binary 11001110 10001001 1000110 0 100001 1000010 10011 11110 111010 110110

Color Harmonies of #CE8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8946

Black with #CE8946

Text Example


Text Example

White with #CE8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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