Html Css Color HEX #CE8842 Peru

📋 copy color: '#CE8842'

red 206 ◦ green 136 ◦ blue 66

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

Shades of Peru #CE8842

Tints of Peru #CE8842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 50.49%
G = 33.33%
B = 16.18%

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

#CE8842 (or 0xCE8842) is known color: Peru. HEX triplet: CE, 88 and 42. RGB value is (206,136,66). Sum of RGB (Red+Green+Blue) = 206+136+66=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8842 is #3177BD. Grayscale: #959595. Windows color (decimal): -3241918 or 4360398. OLE color: 4360398.

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

Color convert

RGB 206 136 66 -
CMYK 0 0.34 0.68 0.19
HSL 30º 0.59% 0.53% -
HSV(B) 30º 0.68% 0.81% -
XYZ 35.24 31.12 9.3 -
YUV 148.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 206 136 66 0 0.34 0.68 0.19 30 0.59 0.53
Hex CE 88 42 0 22 44 13 1E 3B 35
Octal 316 210 102 0 42 104 23 36 73 65
Binary 11001110 10001000 1000010 0 100010 1000100 10011 11110 111011 110101

Color Harmonies of #CE8842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8842

Black with #CE8842

Text Example


Text Example

White with #CE8842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8842; }

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

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

background-color css

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

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

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

border-color css

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

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

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