Html Css Color HEX #CE8440 Peru

📋 copy color: '#CE8440'

red 206 ◦ green 132 ◦ blue 64

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

Shades of Peru #CE8440

Tints of Peru #CE8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 51.24%
G = 32.84%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE8440 (or 0xCE8440) is known color: Peru. HEX triplet: CE, 84 and 40. RGB value is (206,132,64). Sum of RGB (Red+Green+Blue) = 206+132+64=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8440 is #317BBF. Grayscale: #929292. Windows color (decimal): -3242944 or 4228302. OLE color: 4228302.

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

Color convert

RGB 206 132 64 -
CMYK 0 0.36 0.69 0.19
HSL 28.73º 0.59% 0.53% -
HSV(B) 28.73º 0.69% 0.81% -
XYZ 34.63 29.99 8.81 -
YUV 146.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 206 132 64 0 0.36 0.69 0.19 28.73 0.59 0.53
Hex CE 84 40 0 24 45 13 1D 3B 35
Octal 316 204 100 0 44 105 23 35 73 65
Binary 11001110 10000100 1000000 0 100100 1000101 10011 11101 111011 110101

Color Harmonies of #CE8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8440

Black with #CE8440

Text Example


Text Example

White with #CE8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8440; }

 p { color: rgb(206,132,64); }

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

background-color css

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

 a { background-color: rgb(206,132,64); }

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

border-color css

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

 span { border-color: rgb(206,132,64); }

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