Html Css Color HEX #CE8841 Peru

📋 copy color: '#CE8841'

red 206 ◦ green 136 ◦ blue 65

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

Shades of Peru #CE8841

Tints of Peru #CE8841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 50.61%
G = 33.42%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8841 (or 0xCE8841) is known color: Peru. HEX triplet: CE, 88 and 41. RGB value is (206,136,65). Sum of RGB (Red+Green+Blue) = 206+136+65=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8841 is #3177BE. Grayscale: #959595. Windows color (decimal): -3241919 or 4294862. OLE color: 4294862.

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

Color convert

RGB 206 136 65 -
CMYK 0 0.34 0.68 0.19
HSL 30.21º 0.59% 0.53% -
HSV(B) 30.21º 0.68% 0.81% -
XYZ 35.21 31.11 9.15 -
YUV 148.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 206 136 65 0 0.34 0.68 0.19 30.21 0.59 0.53
Hex CE 88 41 0 22 44 13 1E 3B 35
Octal 316 210 101 0 42 104 23 36 73 65
Binary 11001110 10001000 1000001 0 100010 1000100 10011 11110 111011 110101

Color Harmonies of #CE8841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8841

Black with #CE8841

Text Example


Text Example

White with #CE8841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8841; }

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

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

background-color css

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

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

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

border-color css

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

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

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