Html Css Color HEX #CE8341 Peru

📋 copy color: '#CE8341'

red 206 ◦ green 131 ◦ blue 65

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

Shades of Peru #CE8341

Tints of Peru #CE8341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 51.24%
G = 32.59%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8341 (or 0xCE8341) is known color: Peru. HEX triplet: CE, 83 and 41. RGB value is (206,131,65). Sum of RGB (Red+Green+Blue) = 206+131+65=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8341 is #317CBE. Grayscale: #929292. Windows color (decimal): -3243199 or 4293582. OLE color: 4293582.

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

Color convert

RGB 206 131 65 -
CMYK 0 0.36 0.68 0.19
HSL 28.09º 0.59% 0.53% -
HSV(B) 28.09º 0.68% 0.81% -
XYZ 34.52 29.74 8.92 -
YUV 145.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 206 131 65 0 0.36 0.68 0.19 28.09 0.59 0.53
Hex CE 83 41 0 24 44 13 1C 3B 35
Octal 316 203 101 0 44 104 23 34 73 65
Binary 11001110 10000011 1000001 0 100100 1000100 10011 11100 111011 110101

Color Harmonies of #CE8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8341

Black with #CE8341

Text Example


Text Example

White with #CE8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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