Html Css Color HEX #CE8741 Peru

📋 copy color: '#CE8741'

red 206 ◦ green 135 ◦ blue 65

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

Shades of Peru #CE8741

Tints of Peru #CE8741

RGB

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

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

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

R = 50.74%
G = 33.25%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8741 (or 0xCE8741) is known color: Peru. HEX triplet: CE, 87 and 41. RGB value is (206,135,65). Sum of RGB (Red+Green+Blue) = 206+135+65=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8741 is #3178BE. Grayscale: #949494. Windows color (decimal): -3242175 or 4294606. OLE color: 4294606.

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

Color convert

RGB 206 135 65 -
CMYK 0 0.34 0.68 0.19
HSL 29.79º 0.59% 0.53% -
HSV(B) 29.79º 0.68% 0.81% -
XYZ 35.07 30.83 9.1 -
YUV 148.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 206 135 65 0 0.34 0.68 0.19 29.79 0.59 0.53
Hex CE 87 41 0 22 44 13 1E 3B 35
Octal 316 207 101 0 42 104 23 36 73 65
Binary 11001110 10000111 1000001 0 100010 1000100 10011 11110 111011 110101

Color Harmonies of #CE8741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8741

Black with #CE8741

Text Example


Text Example

White with #CE8741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8741; }

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

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

background-color css

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

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

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

border-color css

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

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

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