Html Css Color HEX #CE893B Peru

📋 copy color: '#CE893B'

red 206 ◦ green 137 ◦ blue 59

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

Shades of Peru #CE893B

Tints of Peru #CE893B

RGB

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

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

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

R = 51.24%
G = 34.08%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE893B (or 0xCE893B) is known color: Peru. HEX triplet: CE, 89 and 3B. RGB value is (206,137,59). Sum of RGB (Red+Green+Blue) = 206+137+59=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE893B is #3176C4. Grayscale: #959595. Windows color (decimal): -3241669 or 3901902. OLE color: 3901902.

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

Color convert

RGB 206 137 59 -
CMYK 0 0.33 0.71 0.19
HSL 31.84º 0.6% 0.52% -
HSV(B) 31.84º 0.71% 0.81% -
XYZ 35.19 31.33 8.33 -
YUV 148.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 206 137 59 0 0.33 0.71 0.19 31.84 0.6 0.52
Hex CE 89 3B 0 21 47 13 20 3C 34
Octal 316 211 73 0 41 107 23 40 74 64
Binary 11001110 10001001 111011 0 100001 1000111 10011 100000 111100 110100

Color Harmonies of #CE893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE893B

Black with #CE893B

Text Example


Text Example

White with #CE893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE893B; }

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

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

background-color css

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

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

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

border-color css

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

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

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