Html Css Color HEX #CE8541 Peru

📋 copy color: '#CE8541'

red 206 ◦ green 133 ◦ blue 65

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

Shades of Peru #CE8541

Tints of Peru #CE8541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 50.99%
G = 32.92%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8541 (or 0xCE8541) is known color: Peru. HEX triplet: CE, 85 and 41. RGB value is (206,133,65). Sum of RGB (Red+Green+Blue) = 206+133+65=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8541 is #317ABE. Grayscale: #939393. Windows color (decimal): -3242687 or 4294094. OLE color: 4294094.

HSL color Cylindrical-coordinate representation of color #CE8541: hue angle of 28.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE8541 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 65 -
CMYK 0 0.35 0.68 0.19
HSL 28.94º 0.59% 0.53% -
HSV(B) 28.94º 0.68% 0.81% -
XYZ 34.8 30.28 9.01 -
YUV 147.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 206 133 65 0 0.35 0.68 0.19 28.94 0.59 0.53
Hex CE 85 41 0 23 44 13 1D 3B 35
Octal 316 205 101 0 43 104 23 35 73 65
Binary 11001110 10000101 1000001 0 100011 1000100 10011 11101 111011 110101

Color Harmonies of #CE8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8541

Black with #CE8541

Text Example


Text Example

White with #CE8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8541; }

 p { color: rgb(206,133,65); }

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

background-color css

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

 a { background-color: rgb(206,133,65); }

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

border-color css

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

 span { border-color: rgb(206,133,65); }

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