Html Css Color HEX #CE8D43 Peru

📋 copy color: '#CE8D43'

red 206 ◦ green 141 ◦ blue 67

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

Shades of Peru #CE8D43

Tints of Peru #CE8D43

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 67 (26.56% from 255) = 16.18%

R = 49.76%
G = 34.06%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE8D43 (or 0xCE8D43) is known color: Peru. HEX triplet: CE, 8D and 43. RGB value is (206,141,67). Sum of RGB (Red+Green+Blue) = 206+141+67=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8D43 is #3172BC. Grayscale: #989898. Windows color (decimal): -3240637 or 4427214. OLE color: 4427214.

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

Color convert

RGB 206 141 67 -
CMYK 0 0.32 0.67 0.19
HSL 31.94º 0.59% 0.54% -
HSV(B) 31.94º 0.67% 0.81% -
XYZ 35.99 32.58 9.7 -
YUV 152 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 206 141 67 0 0.32 0.67 0.19 31.94 0.59 0.54
Hex CE 8D 43 0 20 43 13 20 3B 36
Octal 316 215 103 0 40 103 23 40 73 66
Binary 11001110 10001101 1000011 0 100000 1000011 10011 100000 111011 110110

Color Harmonies of #CE8D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D43

Black with #CE8D43

Text Example


Text Example

White with #CE8D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D43; }

 p { color: rgb(206,141,67); }

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

background-color css

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

 a { background-color: rgb(206,141,67); }

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

border-color css

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

 span { border-color: rgb(206,141,67); }

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