Html Css Color HEX #CE863E Peru

📋 copy color: '#CE863E'

red 206 ◦ green 134 ◦ blue 62

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

Shades of Peru #CE863E

Tints of Peru #CE863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 51.24%
G = 33.33%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE863E (or 0xCE863E) is known color: Peru. HEX triplet: CE, 86 and 3E. RGB value is (206,134,62). Sum of RGB (Red+Green+Blue) = 206+134+62=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE863E is #3179C1. Grayscale: #939393. Windows color (decimal): -3242434 or 4097742. OLE color: 4097742.

HSL color Cylindrical-coordinate representation of color #CE863E: hue angle of 30º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE863E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 62 -
CMYK 0 0.35 0.70 0.19
HSL 30º 0.6% 0.53% -
HSV(B) 30º 0.7% 0.81% -
XYZ 34.85 30.52 8.61 -
YUV 147.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 206 134 62 0 0.35 0.70 0.19 30 0.6 0.53
Hex CE 86 3E 0 23 46 13 1E 3C 35
Octal 316 206 76 0 43 106 23 36 74 65
Binary 11001110 10000110 111110 0 100011 1000110 10011 11110 111100 110101

Color Harmonies of #CE863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE863E

Black with #CE863E

Text Example


Text Example

White with #CE863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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