Html Css Color HEX #CE925B Whiskey Sour

📋 copy color: '#CE925B'

red 206 ◦ green 146 ◦ blue 91

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

Shades of Whiskey Sour #CE925B

Tints of Whiskey Sour #CE925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.96%

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 46.5%
G = 32.96%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE925B (or 0xCE925B) is known color: Whiskey Sour. HEX triplet: CE, 92 and 5B. RGB value is (206,146,91). Sum of RGB (Red+Green+Blue) = 206+146+91=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE925B is #316DA4. Grayscale: #9D9D9D. Windows color (decimal): -3239333 or 6001358. OLE color: 6001358.

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

Color convert

RGB 206 146 91 -
CMYK 0 0.29 0.56 0.19
HSL 28.7º 0.54% 0.58% -
HSV(B) 28.7º 0.56% 0.81% -
XYZ 37.62 34.43 14.56 -
YUV 157.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 206 146 91 0 0.29 0.56 0.19 28.7 0.54 0.58
Hex CE 92 5B 0 1D 38 13 1D 36 3A
Octal 316 222 133 0 35 70 23 35 66 72
Binary 11001110 10010010 1011011 0 11101 111000 10011 11101 110110 111010

Color Harmonies of #CE925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE925B

Black with #CE925B

Text Example


Text Example

White with #CE925B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE925B; }

 p { color: rgb(206,146,91); }

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

background-color css

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

 a { background-color: rgb(206,146,91); }

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

border-color css

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

 span { border-color: rgb(206,146,91); }

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