Html Css Color HEX #CE8748 Peru

📋 copy color: '#CE8748'

red 206 ◦ green 135 ◦ blue 72

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

Shades of Peru #CE8748

Tints of Peru #CE8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 49.88%
G = 32.69%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8748 (or 0xCE8748) is known color: Peru. HEX triplet: CE, 87 and 48. RGB value is (206,135,72). Sum of RGB (Red+Green+Blue) = 206+135+72=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8748 is #3178B7. Grayscale: #959595. Windows color (decimal): -3242168 or 4753358. OLE color: 4753358.

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

Color convert

RGB 206 135 72 -
CMYK 0 0.34 0.65 0.19
HSL 28.21º 0.58% 0.55% -
HSV(B) 28.21º 0.65% 0.81% -
XYZ 35.29 30.92 10.24 -
YUV 149.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 206 135 72 0 0.34 0.65 0.19 28.21 0.58 0.55
Hex CE 87 48 0 22 41 13 1C 3A 37
Octal 316 207 110 0 42 101 23 34 72 67
Binary 11001110 10000111 1001000 0 100010 1000001 10011 11100 111010 110111

Color Harmonies of #CE8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8748

Black with #CE8748

Text Example


Text Example

White with #CE8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8748; }

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

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

background-color css

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

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

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

border-color css

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

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

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