Html Css Color HEX #CE8D46 Peru

📋 copy color: '#CE8D46'

red 206 ◦ green 141 ◦ blue 70

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

Shades of Peru #CE8D46

Tints of Peru #CE8D46

RGB

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

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

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

R = 49.4%
G = 33.81%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE8D46 (or 0xCE8D46) is known color: Peru. HEX triplet: CE, 8D and 46. RGB value is (206,141,70). Sum of RGB (Red+Green+Blue) = 206+141+70=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D46 is #3172B9. Grayscale: #989898. Windows color (decimal): -3240634 or 4623822. OLE color: 4623822.

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

Color convert

RGB 206 141 70 -
CMYK 0 0.32 0.66 0.19
HSL 31.32º 0.58% 0.54% -
HSV(B) 31.32º 0.66% 0.81% -
XYZ 36.08 32.61 10.19 -
YUV 152.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 206 141 70 0 0.32 0.66 0.19 31.32 0.58 0.54
Hex CE 8D 46 0 20 42 13 1F 3A 36
Octal 316 215 106 0 40 102 23 37 72 66
Binary 11001110 10001101 1000110 0 100000 1000010 10011 11111 111010 110110

Color Harmonies of #CE8D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D46

Black with #CE8D46

Text Example


Text Example

White with #CE8D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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