Html Css Color HEX #CE8C4E Peru

📋 copy color: '#CE8C4E'

red 206 ◦ green 140 ◦ blue 78

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

Shades of Peru #CE8C4E

Tints of Peru #CE8C4E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 78 (30.86% from 255) = 18.4%

R = 48.58%
G = 33.02%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE8C4E (or 0xCE8C4E) is known color: Peru. HEX triplet: CE, 8C and 4E. RGB value is (206,140,78). Sum of RGB (Red+Green+Blue) = 206+140+78=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C4E is #3173B1. Grayscale: #989898. Windows color (decimal): -3240882 or 5147854. OLE color: 5147854.

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

Color convert

RGB 206 140 78 -
CMYK 0 0.32 0.62 0.19
HSL 29.06º 0.57% 0.56% -
HSV(B) 29.06º 0.62% 0.81% -
XYZ 36.21 32.43 11.56 -
YUV 152.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 206 140 78 0 0.32 0.62 0.19 29.06 0.57 0.56
Hex CE 8C 4E 0 20 3E 13 1D 39 38
Octal 316 214 116 0 40 76 23 35 71 70
Binary 11001110 10001100 1001110 0 100000 111110 10011 11101 111001 111000

Color Harmonies of #CE8C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C4E

Black with #CE8C4E

Text Example


Text Example

White with #CE8C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C4E; }

 p { color: rgb(206,140,78); }

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

background-color css

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

 a { background-color: rgb(206,140,78); }

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

border-color css

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

 span { border-color: rgb(206,140,78); }

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