Html Css Color HEX #CE8844 Peru

📋 copy color: '#CE8844'

red 206 ◦ green 136 ◦ blue 68

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

Shades of Peru #CE8844

Tints of Peru #CE8844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 50.24%
G = 33.17%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE8844 (or 0xCE8844) is known color: Peru. HEX triplet: CE, 88 and 44. RGB value is (206,136,68). Sum of RGB (Red+Green+Blue) = 206+136+68=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8844 is #3177BB. Grayscale: #959595. Windows color (decimal): -3241916 or 4491470. OLE color: 4491470.

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

Color convert

RGB 206 136 68 -
CMYK 0 0.34 0.67 0.19
HSL 29.57º 0.58% 0.54% -
HSV(B) 29.57º 0.67% 0.81% -
XYZ 35.3 31.15 9.62 -
YUV 149.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 206 136 68 0 0.34 0.67 0.19 29.57 0.58 0.54
Hex CE 88 44 0 22 43 13 1E 3A 36
Octal 316 210 104 0 42 103 23 36 72 66
Binary 11001110 10001000 1000100 0 100010 1000011 10011 11110 111010 110110

Color Harmonies of #CE8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8844

Black with #CE8844

Text Example


Text Example

White with #CE8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8844; }

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

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

background-color css

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

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

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

border-color css

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

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

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