Html Css Color HEX #CE945D Whiskey Sour

📋 copy color: '#CE945D'

red 206 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #CE945D

Tints of Whiskey Sour #CE945D

RGB

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

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

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

R = 46.09%
G = 33.11%
B = 20.81%

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

#CE945D (or 0xCE945D) is known color: Whiskey Sour. HEX triplet: CE, 94 and 5D. RGB value is (206,148,93). Sum of RGB (Red+Green+Blue) = 206+148+93=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE945D is #316BA2. Grayscale: #9F9F9F. Windows color (decimal): -3238819 or 6132942. OLE color: 6132942.

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

Color convert

RGB 206 148 93 -
CMYK 0 0.28 0.55 0.19
HSL 29.2º 0.54% 0.59% -
HSV(B) 29.2º 0.55% 0.81% -
XYZ 38.02 35.09 15.13 -
YUV 159.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 206 148 93 0 0.28 0.55 0.19 29.2 0.54 0.59
Hex CE 94 5D 0 1C 37 13 1D 36 3B
Octal 316 224 135 0 34 67 23 35 66 73
Binary 11001110 10010100 1011101 0 11100 110111 10011 11101 110110 111011

Color Harmonies of #CE945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE945D

Black with #CE945D

Text Example


Text Example

White with #CE945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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