Html Css Color HEX #CE905D Whiskey Sour

📋 copy color: '#CE905D'

red 206 ◦ green 144 ◦ blue 93

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

Shades of Whiskey Sour #CE905D

Tints of Whiskey Sour #CE905D

RGB

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

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

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

R = 46.5%
G = 32.51%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE905D (or 0xCE905D) is known color: Whiskey Sour. HEX triplet: CE, 90 and 5D. RGB value is (206,144,93). Sum of RGB (Red+Green+Blue) = 206+144+93=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE905D is #316FA2. Grayscale: #9C9C9C. Windows color (decimal): -3239843 or 6131918. OLE color: 6131918.

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

Color convert

RGB 206 144 93 -
CMYK 0 0.30 0.55 0.19
HSL 27.08º 0.54% 0.59% -
HSV(B) 27.08º 0.55% 0.81% -
XYZ 37.4 33.86 14.92 -
YUV 156.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 206 144 93 0 0.30 0.55 0.19 27.08 0.54 0.59
Hex CE 90 5D 0 1E 37 13 1B 36 3B
Octal 316 220 135 0 36 67 23 33 66 73
Binary 11001110 10010000 1011101 0 11110 110111 10011 11011 110110 111011

Color Harmonies of #CE905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE905D

Black with #CE905D

Text Example


Text Example

White with #CE905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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