Html Css Color HEX #CE893F Peru

📋 copy color: '#CE893F'

red 206 ◦ green 137 ◦ blue 63

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

Shades of Peru #CE893F

Tints of Peru #CE893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

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

R = 50.74%
G = 33.74%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE893F (or 0xCE893F) is known color: Peru. HEX triplet: CE, 89 and 3F. RGB value is (206,137,63). Sum of RGB (Red+Green+Blue) = 206+137+63=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE893F is #3176C0. Grayscale: #959595. Windows color (decimal): -3241665 or 4164046. OLE color: 4164046.

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

Color convert

RGB 206 137 63 -
CMYK 0 0.33 0.69 0.19
HSL 31.05º 0.59% 0.53% -
HSV(B) 31.05º 0.69% 0.81% -
XYZ 35.3 31.37 8.9 -
YUV 149.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 206 137 63 0 0.33 0.69 0.19 31.05 0.59 0.53
Hex CE 89 3F 0 21 45 13 1F 3B 35
Octal 316 211 77 0 41 105 23 37 73 65
Binary 11001110 10001001 111111 0 100001 1000101 10011 11111 111011 110101

Color Harmonies of #CE893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE893F

Black with #CE893F

Text Example


Text Example

White with #CE893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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