Html Css Color HEX #CE8B48 Peru

📋 copy color: '#CE8B48'

red 206 ◦ green 139 ◦ blue 72

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

Shades of Peru #CE8B48

Tints of Peru #CE8B48

RGB

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

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

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

R = 49.4%
G = 33.33%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE8B48 (or 0xCE8B48) is known color: Peru. HEX triplet: CE, 8B and 48. RGB value is (206,139,72). Sum of RGB (Red+Green+Blue) = 206+139+72=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B48 is #3174B7. Grayscale: #979797. Windows color (decimal): -3241144 or 4754382. OLE color: 4754382.

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

Color convert

RGB 206 139 72 -
CMYK 0 0.33 0.65 0.19
HSL 30º 0.58% 0.55% -
HSV(B) 30º 0.65% 0.81% -
XYZ 35.86 32.05 10.43 -
YUV 151.4 83.2 166.95 -
System Red Green Blue C M Y K H S L
Decimal 206 139 72 0 0.33 0.65 0.19 30 0.58 0.55
Hex CE 8B 48 0 21 41 13 1E 3A 37
Octal 316 213 110 0 41 101 23 36 72 67
Binary 11001110 10001011 1001000 0 100001 1000001 10011 11110 111010 110111

Color Harmonies of #CE8B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B48

Black with #CE8B48

Text Example


Text Example

White with #CE8B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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