Html Css Color HEX #CE915E Whiskey Sour

📋 copy color: '#CE915E'

red 206 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #CE915E

Tints of Whiskey Sour #CE915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 46.29%
G = 32.58%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE915E (or 0xCE915E) is known color: Whiskey Sour. HEX triplet: CE, 91 and 5E. RGB value is (206,145,94). Sum of RGB (Red+Green+Blue) = 206+145+94=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE915E is #316EA1. Grayscale: #9D9D9D. Windows color (decimal): -3239586 or 6197710. OLE color: 6197710.

HSL color Cylindrical-coordinate representation of color #CE915E: hue angle of 27.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE915E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 94 -
CMYK 0 0.30 0.54 0.19
HSL 27.32º 0.53% 0.59% -
HSV(B) 27.32º 0.54% 0.81% -
XYZ 37.6 34.18 15.21 -
YUV 157.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 206 145 94 0 0.30 0.54 0.19 27.32 0.53 0.59
Hex CE 91 5E 0 1E 36 13 1B 35 3B
Octal 316 221 136 0 36 66 23 33 65 73
Binary 11001110 10010001 1011110 0 11110 110110 10011 11011 110101 111011

Color Harmonies of #CE915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE915E

Black with #CE915E

Text Example


Text Example

White with #CE915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE915E; }

 p { color: rgb(206,145,94); }

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

background-color css

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

 a { background-color: rgb(206,145,94); }

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

border-color css

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

 span { border-color: rgb(206,145,94); }

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