Html Css Color HEX #CE955F Whiskey Sour

📋 copy color: '#CE955F'

red 206 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #CE955F

Tints of Whiskey Sour #CE955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.11%

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

R = 45.78%
G = 33.11%
B = 21.11%

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

#CE955F (or 0xCE955F) is known color: Whiskey Sour. HEX triplet: CE, 95 and 5F. RGB value is (206,149,95). Sum of RGB (Red+Green+Blue) = 206+149+95=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE955F is #316AA0. Grayscale: #A0A0A0. Windows color (decimal): -3238561 or 6264270. OLE color: 6264270.

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

Color convert

RGB 206 149 95 -
CMYK 0 0.28 0.54 0.19
HSL 29.19º 0.53% 0.59% -
HSV(B) 29.19º 0.54% 0.81% -
XYZ 38.27 35.44 15.65 -
YUV 159.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 206 149 95 0 0.28 0.54 0.19 29.19 0.53 0.59
Hex CE 95 5F 0 1C 36 13 1D 35 3B
Octal 316 225 137 0 34 66 23 35 65 73
Binary 11001110 10010101 1011111 0 11100 110110 10011 11101 110101 111011

Color Harmonies of #CE955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE955F

Black with #CE955F

Text Example


Text Example

White with #CE955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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