Html Css Color HEX #CE8840 Peru

📋 copy color: '#CE8840'

red 206 ◦ green 136 ◦ blue 64

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

Shades of Peru #CE8840

Tints of Peru #CE8840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 50.74%
G = 33.5%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8840 (or 0xCE8840) is known color: Peru. HEX triplet: CE, 88 and 40. RGB value is (206,136,64). Sum of RGB (Red+Green+Blue) = 206+136+64=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8840 is #3177BF. Grayscale: #959595. Windows color (decimal): -3241920 or 4229326. OLE color: 4229326.

HSL color Cylindrical-coordinate representation of color #CE8840: hue angle of 30.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE8840 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 64 -
CMYK 0 0.34 0.69 0.19
HSL 30.42º 0.59% 0.53% -
HSV(B) 30.42º 0.69% 0.81% -
XYZ 35.18 31.1 9 -
YUV 148.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 206 136 64 0 0.34 0.69 0.19 30.42 0.59 0.53
Hex CE 88 40 0 22 45 13 1E 3B 35
Octal 316 210 100 0 42 105 23 36 73 65
Binary 11001110 10001000 1000000 0 100010 1000101 10011 11110 111011 110101

Color Harmonies of #CE8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8840

Black with #CE8840

Text Example


Text Example

White with #CE8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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