Html Css Color HEX #CE863B Peru

📋 copy color: '#CE863B'

red 206 ◦ green 134 ◦ blue 59

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

Shades of Peru #CE863B

Tints of Peru #CE863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.79%

R = 51.63%
G = 33.58%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE863B (or 0xCE863B) is known color: Peru. HEX triplet: CE, 86 and 3B. RGB value is (206,134,59). Sum of RGB (Red+Green+Blue) = 206+134+59=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE863B is #3179C4. Grayscale: #939393. Windows color (decimal): -3242437 or 3901134. OLE color: 3901134.

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

Color convert

RGB 206 134 59 -
CMYK 0 0.35 0.71 0.19
HSL 30.61º 0.6% 0.52% -
HSV(B) 30.61º 0.71% 0.81% -
XYZ 34.77 30.49 8.19 -
YUV 146.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 206 134 59 0 0.35 0.71 0.19 30.61 0.6 0.52
Hex CE 86 3B 0 23 47 13 1F 3C 34
Octal 316 206 73 0 43 107 23 37 74 64
Binary 11001110 10000110 111011 0 100011 1000111 10011 11111 111100 110100

Color Harmonies of #CE863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE863B

Black with #CE863B

Text Example


Text Example

White with #CE863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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