Html Css Color HEX #CE8548 Peru

📋 copy color: '#CE8548'

red 206 ◦ green 133 ◦ blue 72

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

Shades of Peru #CE8548

Tints of Peru #CE8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 50.12%
G = 32.36%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8548 (or 0xCE8548) is known color: Peru. HEX triplet: CE, 85 and 48. RGB value is (206,133,72). Sum of RGB (Red+Green+Blue) = 206+133+72=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8548 is #317AB7. Grayscale: #949494. Windows color (decimal): -3242680 or 4752846. OLE color: 4752846.

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

Color convert

RGB 206 133 72 -
CMYK 0 0.35 0.65 0.19
HSL 27.31º 0.58% 0.55% -
HSV(B) 27.31º 0.65% 0.81% -
XYZ 35.01 30.36 10.15 -
YUV 147.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 206 133 72 0 0.35 0.65 0.19 27.31 0.58 0.55
Hex CE 85 48 0 23 41 13 1B 3A 37
Octal 316 205 110 0 43 101 23 33 72 67
Binary 11001110 10000101 1001000 0 100011 1000001 10011 11011 111010 110111

Color Harmonies of #CE8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8548

Black with #CE8548

Text Example


Text Example

White with #CE8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8548; }

 p { color: rgb(206,133,72); }

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

background-color css

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

 a { background-color: rgb(206,133,72); }

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

border-color css

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

 span { border-color: rgb(206,133,72); }

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