Html Css Color HEX #CE893A Peru

📋 copy color: '#CE893A'

red 206 ◦ green 137 ◦ blue 58

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

Shades of Peru #CE893A

Tints of Peru #CE893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.46%

R = 51.37%
G = 34.16%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE893A (or 0xCE893A) is known color: Peru. HEX triplet: CE, 89 and 3A. RGB value is (206,137,58). Sum of RGB (Red+Green+Blue) = 206+137+58=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE893A is #3176C5. Grayscale: #959595. Windows color (decimal): -3241670 or 3836366. OLE color: 3836366.

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

Color convert

RGB 206 137 58 -
CMYK 0 0.33 0.72 0.19
HSL 32.03º 0.6% 0.52% -
HSV(B) 32.03º 0.72% 0.81% -
XYZ 35.16 31.32 8.19 -
YUV 148.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 206 137 58 0 0.33 0.72 0.19 32.03 0.6 0.52
Hex CE 89 3A 0 21 48 13 20 3C 34
Octal 316 211 72 0 41 110 23 40 74 64
Binary 11001110 10001001 111010 0 100001 1001000 10011 100000 111100 110100

Color Harmonies of #CE893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE893A

Black with #CE893A

Text Example


Text Example

White with #CE893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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