Html Css Color HEX #CE945F Whiskey Sour

📋 copy color: '#CE945F'

red 206 ◦ green 148 ◦ blue 95

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

Shades of Whiskey Sour #CE945F

Tints of Whiskey Sour #CE945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 45.88%
G = 32.96%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE945F (or 0xCE945F) is known color: Whiskey Sour. HEX triplet: CE, 94 and 5F. RGB value is (206,148,95). Sum of RGB (Red+Green+Blue) = 206+148+95=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE945F is #316BA0. Grayscale: #9F9F9F. Windows color (decimal): -3238817 or 6264014. OLE color: 6264014.

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

Color convert

RGB 206 148 95 -
CMYK 0 0.28 0.54 0.19
HSL 28.65º 0.53% 0.59% -
HSV(B) 28.65º 0.54% 0.81% -
XYZ 38.11 35.13 15.6 -
YUV 159.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 206 148 95 0 0.28 0.54 0.19 28.65 0.53 0.59
Hex CE 94 5F 0 1C 36 13 1D 35 3B
Octal 316 224 137 0 34 66 23 35 65 73
Binary 11001110 10010100 1011111 0 11100 110110 10011 11101 110101 111011

Color Harmonies of #CE945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE945F

Black with #CE945F

Text Example


Text Example

White with #CE945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE945F; }

 p { color: rgb(206,148,95); }

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

background-color css

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

 a { background-color: rgb(206,148,95); }

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

border-color css

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

 span { border-color: rgb(206,148,95); }

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