Html Css Color HEX #CE915A Whiskey Sour

📋 copy color: '#CE915A'

red 206 ◦ green 145 ◦ blue 90

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

Shades of Whiskey Sour #CE915A

Tints of Whiskey Sour #CE915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

 BLUE value IS 90 (35.55% from 255) = 20.41%

R = 46.71%
G = 32.88%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE915A (or 0xCE915A) is known color: Whiskey Sour. HEX triplet: CE, 91 and 5A. RGB value is (206,145,90). Sum of RGB (Red+Green+Blue) = 206+145+90=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE915A is #316EA5. Grayscale: #9D9D9D. Windows color (decimal): -3239590 or 5935566. OLE color: 5935566.

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

Color convert

RGB 206 145 90 -
CMYK 0 0.30 0.56 0.19
HSL 28.45º 0.54% 0.58% -
HSV(B) 28.45º 0.56% 0.81% -
XYZ 37.42 34.11 14.28 -
YUV 156.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 206 145 90 0 0.30 0.56 0.19 28.45 0.54 0.58
Hex CE 91 5A 0 1E 38 13 1C 36 3A
Octal 316 221 132 0 36 70 23 34 66 72
Binary 11001110 10010001 1011010 0 11110 111000 10011 11100 110110 111010

Color Harmonies of #CE915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE915A

Black with #CE915A

Text Example


Text Example

White with #CE915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE915A; }

 p { color: rgb(206,145,90); }

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

background-color css

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

 a { background-color: rgb(206,145,90); }

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

border-color css

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

 span { border-color: rgb(206,145,90); }

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