Html Css Color HEX #CE8344 Peru

📋 copy color: '#CE8344'

red 206 ◦ green 131 ◦ blue 68

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

Shades of Peru #CE8344

Tints of Peru #CE8344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 50.86%
G = 32.35%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE8344 (or 0xCE8344) is known color: Peru. HEX triplet: CE, 83 and 44. RGB value is (206,131,68). Sum of RGB (Red+Green+Blue) = 206+131+68=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8344 is #317CBB. Grayscale: #929292. Windows color (decimal): -3243196 or 4490190. OLE color: 4490190.

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

Color convert

RGB 206 131 68 -
CMYK 0 0.36 0.67 0.19
HSL 27.39º 0.58% 0.54% -
HSV(B) 27.39º 0.67% 0.81% -
XYZ 34.61 29.77 9.39 -
YUV 146.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 206 131 68 0 0.36 0.67 0.19 27.39 0.58 0.54
Hex CE 83 44 0 24 43 13 1B 3A 36
Octal 316 203 104 0 44 103 23 33 72 66
Binary 11001110 10000011 1000100 0 100100 1000011 10011 11011 111010 110110

Color Harmonies of #CE8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8344

Black with #CE8344

Text Example


Text Example

White with #CE8344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8344; }

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

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

background-color css

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

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

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

border-color css

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

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

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