Html Css Color HEX #CE945B Whiskey Sour

📋 copy color: '#CE945B'

red 206 ◦ green 148 ◦ blue 91

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

Shades of Whiskey Sour #CE945B

Tints of Whiskey Sour #CE945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 46.29%
G = 33.26%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE945B (or 0xCE945B) is known color: Whiskey Sour. HEX triplet: CE, 94 and 5B. RGB value is (206,148,91). Sum of RGB (Red+Green+Blue) = 206+148+91=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE945B is #316BA4. Grayscale: #9F9F9F. Windows color (decimal): -3238821 or 6001870. OLE color: 6001870.

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

Color convert

RGB 206 148 91 -
CMYK 0 0.28 0.56 0.19
HSL 29.74º 0.54% 0.58% -
HSV(B) 29.74º 0.56% 0.81% -
XYZ 37.93 35.06 14.66 -
YUV 158.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 206 148 91 0 0.28 0.56 0.19 29.74 0.54 0.58
Hex CE 94 5B 0 1C 38 13 1E 36 3A
Octal 316 224 133 0 34 70 23 36 66 72
Binary 11001110 10010100 1011011 0 11100 111000 10011 11110 110110 111010

Color Harmonies of #CE945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE945B

Black with #CE945B

Text Example


Text Example

White with #CE945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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