Html Css Color HEX #CE9055 Whiskey Sour

📋 copy color: '#CE9055'

red 206 ◦ green 144 ◦ blue 85

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

Shades of Whiskey Sour #CE9055

Tints of Whiskey Sour #CE9055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 47.36%
G = 33.1%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE9055 (or 0xCE9055) is known color: Whiskey Sour. HEX triplet: CE, 90 and 55. RGB value is (206,144,85). Sum of RGB (Red+Green+Blue) = 206+144+85=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9055 is #316FAA. Grayscale: #9C9C9C. Windows color (decimal): -3239851 or 5607630. OLE color: 5607630.

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

Color convert

RGB 206 144 85 -
CMYK 0 0.30 0.59 0.19
HSL 29.26º 0.55% 0.57% -
HSV(B) 29.26º 0.59% 0.81% -
XYZ 37.07 33.72 13.15 -
YUV 155.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 206 144 85 0 0.30 0.59 0.19 29.26 0.55 0.57
Hex CE 90 55 0 1E 3B 13 1D 37 39
Octal 316 220 125 0 36 73 23 35 67 71
Binary 11001110 10010000 1010101 0 11110 111011 10011 11101 110111 111001

Color Harmonies of #CE9055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9055

Black with #CE9055

Text Example


Text Example

White with #CE9055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9055; }

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

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

background-color css

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

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

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

border-color css

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

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

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