Html Css Color HEX #CE955D Whiskey Sour

📋 copy color: '#CE955D'

red 206 ◦ green 149 ◦ blue 93

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

Shades of Whiskey Sour #CE955D

Tints of Whiskey Sour #CE955D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.76%

R = 45.98%
G = 33.26%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE955D (or 0xCE955D) is known color: Whiskey Sour. HEX triplet: CE, 95 and 5D. RGB value is (206,149,93). Sum of RGB (Red+Green+Blue) = 206+149+93=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE955D is #316AA2. Grayscale: #9F9F9F. Windows color (decimal): -3238563 or 6133198. OLE color: 6133198.

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

Color convert

RGB 206 149 93 -
CMYK 0 0.28 0.55 0.19
HSL 29.73º 0.54% 0.59% -
HSV(B) 29.73º 0.55% 0.81% -
XYZ 38.18 35.41 15.18 -
YUV 159.66 90.38 161.05 -
System Red Green Blue C M Y K H S L
Decimal 206 149 93 0 0.28 0.55 0.19 29.73 0.54 0.59
Hex CE 95 5D 0 1C 37 13 1E 36 3B
Octal 316 225 135 0 34 67 23 36 66 73
Binary 11001110 10010101 1011101 0 11100 110111 10011 11110 110110 111011

Color Harmonies of #CE955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE955D

Black with #CE955D

Text Example


Text Example

White with #CE955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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