Html Css Color HEX #CE9053 Whiskey Sour

📋 copy color: '#CE9053'

red 206 ◦ green 144 ◦ blue 83

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

Shades of Whiskey Sour #CE9053

Tints of Whiskey Sour #CE9053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.26%

 BLUE value IS 83 (32.81% from 255) = 19.17%

R = 47.58%
G = 33.26%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE9053 (or 0xCE9053) is known color: Whiskey Sour. HEX triplet: CE, 90 and 53. RGB value is (206,144,83). Sum of RGB (Red+Green+Blue) = 206+144+83=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9053 is #316FAC. Grayscale: #9B9B9B. Windows color (decimal): -3239853 or 5476558. OLE color: 5476558.

HSL color Cylindrical-coordinate representation of color #CE9053: hue angle of 29.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE9053 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 144 83 -
CMYK 0 0.30 0.60 0.19
HSL 29.76º 0.56% 0.57% -
HSV(B) 29.76º 0.6% 0.81% -
XYZ 36.99 33.69 12.74 -
YUV 155.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 206 144 83 0 0.30 0.60 0.19 29.76 0.56 0.57
Hex CE 90 53 0 1E 3C 13 1E 38 39
Octal 316 220 123 0 36 74 23 36 70 71
Binary 11001110 10010000 1010011 0 11110 111100 10011 11110 111000 111001

Color Harmonies of #CE9053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9053

Black with #CE9053

Text Example


Text Example

White with #CE9053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9053; }

 p { color: rgb(206,144,83); }

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

background-color css

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

 a { background-color: rgb(206,144,83); }

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

border-color css

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

 span { border-color: rgb(206,144,83); }

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