Html Css Color HEX #CE863F Peru

📋 copy color: '#CE863F'

red 206 ◦ green 134 ◦ blue 63

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

Shades of Peru #CE863F

Tints of Peru #CE863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 51.12%
G = 33.25%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE863F (or 0xCE863F) is known color: Peru. HEX triplet: CE, 86 and 3F. RGB value is (206,134,63). Sum of RGB (Red+Green+Blue) = 206+134+63=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE863F is #3179C0. Grayscale: #939393. Windows color (decimal): -3242433 or 4163278. OLE color: 4163278.

HSL color Cylindrical-coordinate representation of color #CE863F: 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.69%. Process color model (Four color, CMYK) of #CE863F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 63 -
CMYK 0 0.35 0.69 0.19
HSL 29.79º 0.59% 0.53% -
HSV(B) 29.79º 0.69% 0.81% -
XYZ 34.88 30.53 8.76 -
YUV 147.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 206 134 63 0 0.35 0.69 0.19 29.79 0.59 0.53
Hex CE 86 3F 0 23 45 13 1E 3B 35
Octal 316 206 77 0 43 105 23 36 73 65
Binary 11001110 10000110 111111 0 100011 1000101 10011 11110 111011 110101

Color Harmonies of #CE863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE863F

Black with #CE863F

Text Example


Text Example

White with #CE863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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