Html Css Color HEX #CE8444 Peru

📋 copy color: '#CE8444'

red 206 ◦ green 132 ◦ blue 68

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

Shades of Peru #CE8444

Tints of Peru #CE8444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 50.74%
G = 32.51%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE8444 (or 0xCE8444) is known color: Peru. HEX triplet: CE, 84 and 44. RGB value is (206,132,68). Sum of RGB (Red+Green+Blue) = 206+132+68=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8444 is #317BBB. Grayscale: #939393. Windows color (decimal): -3242940 or 4490446. OLE color: 4490446.

HSL color Cylindrical-coordinate representation of color #CE8444: hue angle of 27.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE8444 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 68 -
CMYK 0 0.36 0.67 0.19
HSL 27.83º 0.58% 0.54% -
HSV(B) 27.83º 0.67% 0.81% -
XYZ 34.75 30.04 9.44 -
YUV 146.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 206 132 68 0 0.36 0.67 0.19 27.83 0.58 0.54
Hex CE 84 44 0 24 43 13 1C 3A 36
Octal 316 204 104 0 44 103 23 34 72 66
Binary 11001110 10000100 1000100 0 100100 1000011 10011 11100 111010 110110

Color Harmonies of #CE8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8444

Black with #CE8444

Text Example


Text Example

White with #CE8444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8444; }

 p { color: rgb(206,132,68); }

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

background-color css

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

 a { background-color: rgb(206,132,68); }

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

border-color css

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

 span { border-color: rgb(206,132,68); }

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