Html Css Color HEX #CE8041 Peru

📋 copy color: '#CE8041'

red 206 ◦ green 128 ◦ blue 65

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

Shades of Peru #CE8041

Tints of Peru #CE8041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

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

R = 51.63%
G = 32.08%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8041 (or 0xCE8041) is known color: Peru. HEX triplet: CE, 80 and 41. RGB value is (206,128,65). Sum of RGB (Red+Green+Blue) = 206+128+65=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8041 is #317FBE. Grayscale: #909090. Windows color (decimal): -3243967 or 4292814. OLE color: 4292814.

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

Color convert

RGB 206 128 65 -
CMYK 0 0.38 0.68 0.19
HSL 26.81º 0.59% 0.53% -
HSV(B) 26.81º 0.68% 0.81% -
XYZ 34.13 28.94 8.79 -
YUV 144.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 206 128 65 0 0.38 0.68 0.19 26.81 0.59 0.53
Hex CE 80 41 0 26 44 13 1B 3B 35
Octal 316 200 101 0 46 104 23 33 73 65
Binary 11001110 10000000 1000001 0 100110 1000100 10011 11011 111011 110101

Color Harmonies of #CE8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8041

Black with #CE8041

Text Example


Text Example

White with #CE8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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