Html Css Color HEX #CE803F Peru

📋 copy color: '#CE803F'

red 206 ◦ green 128 ◦ blue 63

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

Shades of Peru #CE803F

Tints of Peru #CE803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 51.89%
G = 32.24%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE803F (or 0xCE803F) is known color: Peru. HEX triplet: CE, 80 and 3F. RGB value is (206,128,63). Sum of RGB (Red+Green+Blue) = 206+128+63=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE803F is #317FC0. Grayscale: #909090. Windows color (decimal): -3243969 or 4161742. OLE color: 4161742.

HSL color Cylindrical-coordinate representation of color #CE803F: hue angle of 27.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE803F is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 63 -
CMYK 0 0.38 0.69 0.19
HSL 27.27º 0.59% 0.53% -
HSV(B) 27.27º 0.69% 0.81% -
XYZ 34.07 28.92 8.49 -
YUV 143.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 206 128 63 0 0.38 0.69 0.19 27.27 0.59 0.53
Hex CE 80 3F 0 26 45 13 1B 3B 35
Octal 316 200 77 0 46 105 23 33 73 65
Binary 11001110 10000000 111111 0 100110 1000101 10011 11011 111011 110101

Color Harmonies of #CE803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE803F

Black with #CE803F

Text Example


Text Example

White with #CE803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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