Html Css Color HEX #CE905E Whiskey Sour

📋 copy color: '#CE905E'

red 206 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #CE905E

Tints of Whiskey Sour #CE905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 46.4%
G = 32.43%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE905E (or 0xCE905E) is known color: Whiskey Sour. HEX triplet: CE, 90 and 5E. RGB value is (206,144,94). Sum of RGB (Red+Green+Blue) = 206+144+94=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE905E is #316FA1. Grayscale: #9D9D9D. Windows color (decimal): -3239842 or 6197454. OLE color: 6197454.

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

Color convert

RGB 206 144 94 -
CMYK 0 0.30 0.54 0.19
HSL 26.79º 0.53% 0.59% -
HSV(B) 26.79º 0.54% 0.81% -
XYZ 37.45 33.88 15.15 -
YUV 156.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 206 144 94 0 0.30 0.54 0.19 26.79 0.53 0.59
Hex CE 90 5E 0 1E 36 13 1B 35 3B
Octal 316 220 136 0 36 66 23 33 65 73
Binary 11001110 10010000 1011110 0 11110 110110 10011 11011 110101 111011

Color Harmonies of #CE905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE905E

Black with #CE905E

Text Example


Text Example

White with #CE905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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