Html Css Color HEX #CE8648 Peru

📋 copy color: '#CE8648'

red 206 ◦ green 134 ◦ blue 72

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

Shades of Peru #CE8648

Tints of Peru #CE8648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.52%

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

R = 50%
G = 32.52%
B = 17.48%

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

#CE8648 (or 0xCE8648) is known color: Peru. HEX triplet: CE, 86 and 48. RGB value is (206,134,72). Sum of RGB (Red+Green+Blue) = 206+134+72=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8648 is #3179B7. Grayscale: #949494. Windows color (decimal): -3242424 or 4753102. OLE color: 4753102.

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

Color convert

RGB 206 134 72 -
CMYK 0 0.35 0.65 0.19
HSL 27.76º 0.58% 0.55% -
HSV(B) 27.76º 0.65% 0.81% -
XYZ 35.15 30.64 10.19 -
YUV 148.46 84.85 169.04 -
System Red Green Blue C M Y K H S L
Decimal 206 134 72 0 0.35 0.65 0.19 27.76 0.58 0.55
Hex CE 86 48 0 23 41 13 1C 3A 37
Octal 316 206 110 0 43 101 23 34 72 67
Binary 11001110 10000110 1001000 0 100011 1000001 10011 11100 111010 110111

Color Harmonies of #CE8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8648

Black with #CE8648

Text Example


Text Example

White with #CE8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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