Html Css Color HEX #CE995F Whiskey Sour

📋 copy color: '#CE995F'

red 206 ◦ green 153 ◦ blue 95

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

Shades of Whiskey Sour #CE995F

Tints of Whiskey Sour #CE995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

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

R = 45.37%
G = 33.7%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE995F (or 0xCE995F) is known color: Whiskey Sour. HEX triplet: CE, 99 and 5F. RGB value is (206,153,95). Sum of RGB (Red+Green+Blue) = 206+153+95=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE995F is #3166A0. Grayscale: #A2A2A2. Windows color (decimal): -3237537 or 6265294. OLE color: 6265294.

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

Color convert

RGB 206 153 95 -
CMYK 0 0.26 0.54 0.19
HSL 31.35º 0.53% 0.59% -
HSV(B) 31.35º 0.54% 0.81% -
XYZ 38.91 36.73 15.87 -
YUV 162.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 206 153 95 0 0.26 0.54 0.19 31.35 0.53 0.59
Hex CE 99 5F 0 1A 36 13 1F 35 3B
Octal 316 231 137 0 32 66 23 37 65 73
Binary 11001110 10011001 1011111 0 11010 110110 10011 11111 110101 111011

Color Harmonies of #CE995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE995F

Black with #CE995F

Text Example


Text Example

White with #CE995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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