Html Css Color HEX #CE8B4C Peru

📋 copy color: '#CE8B4C'

red 206 ◦ green 139 ◦ blue 76

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

Shades of Peru #CE8B4C

Tints of Peru #CE8B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 48.93%
G = 33.02%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE8B4C (or 0xCE8B4C) is known color: Peru. HEX triplet: CE, 8B and 4C. RGB value is (206,139,76). Sum of RGB (Red+Green+Blue) = 206+139+76=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B4C is #3174B3. Grayscale: #989898. Windows color (decimal): -3241140 or 5016526. OLE color: 5016526.

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

Color convert

RGB 206 139 76 -
CMYK 0 0.33 0.63 0.19
HSL 29.08º 0.57% 0.55% -
HSV(B) 29.08º 0.63% 0.81% -
XYZ 35.99 32.11 11.14 -
YUV 151.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 206 139 76 0 0.33 0.63 0.19 29.08 0.57 0.55
Hex CE 8B 4C 0 21 3F 13 1D 39 37
Octal 316 213 114 0 41 77 23 35 71 67
Binary 11001110 10001011 1001100 0 100001 111111 10011 11101 111001 110111

Color Harmonies of #CE8B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B4C

Black with #CE8B4C

Text Example


Text Example

White with #CE8B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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