Html Css Color HEX #CE8744 Peru

📋 copy color: '#CE8744'

red 206 ◦ green 135 ◦ blue 68

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

Shades of Peru #CE8744

Tints of Peru #CE8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 50.37%
G = 33.01%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE8744 (or 0xCE8744) is known color: Peru. HEX triplet: CE, 87 and 44. RGB value is (206,135,68). Sum of RGB (Red+Green+Blue) = 206+135+68=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8744 is #3178BB. Grayscale: #949494. Windows color (decimal): -3242172 or 4491214. OLE color: 4491214.

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

Color convert

RGB 206 135 68 -
CMYK 0 0.34 0.67 0.19
HSL 29.13º 0.58% 0.54% -
HSV(B) 29.13º 0.67% 0.81% -
XYZ 35.16 30.87 9.57 -
YUV 148.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 206 135 68 0 0.34 0.67 0.19 29.13 0.58 0.54
Hex CE 87 44 0 22 43 13 1D 3A 36
Octal 316 207 104 0 42 103 23 35 72 66
Binary 11001110 10000111 1000100 0 100010 1000011 10011 11101 111010 110110

Color Harmonies of #CE8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8744

Black with #CE8744

Text Example


Text Example

White with #CE8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8744; }

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

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

background-color css

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

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

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

border-color css

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

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

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