Html Css Color HEX #CE8B47 Peru

📋 copy color: '#CE8B47'

red 206 ◦ green 139 ◦ blue 71

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

Shades of Peru #CE8B47

Tints of Peru #CE8B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 71 (28.13% from 255) = 17.07%

R = 49.52%
G = 33.41%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE8B47 (or 0xCE8B47) is known color: Peru. HEX triplet: CE, 8B and 47. RGB value is (206,139,71). Sum of RGB (Red+Green+Blue) = 206+139+71=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B47 is #3174B8. Grayscale: #979797. Windows color (decimal): -3241145 or 4688846. OLE color: 4688846.

HSL color Cylindrical-coordinate representation of color #CE8B47: hue angle of 30.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE8B47 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 139 71 -
CMYK 0 0.33 0.66 0.19
HSL 30.22º 0.58% 0.54% -
HSV(B) 30.22º 0.66% 0.81% -
XYZ 35.82 32.04 10.26 -
YUV 151.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 206 139 71 0 0.33 0.66 0.19 30.22 0.58 0.54
Hex CE 8B 47 0 21 42 13 1E 3A 36
Octal 316 213 107 0 41 102 23 36 72 66
Binary 11001110 10001011 1000111 0 100001 1000010 10011 11110 111010 110110

Color Harmonies of #CE8B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B47

Black with #CE8B47

Text Example


Text Example

White with #CE8B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B47; }

 p { color: rgb(206,139,71); }

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

background-color css

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

 a { background-color: rgb(206,139,71); }

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

border-color css

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

 span { border-color: rgb(206,139,71); }

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