Html Css Color HEX #CE925E Whiskey Sour

📋 copy color: '#CE925E'

red 206 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #CE925E

Tints of Whiskey Sour #CE925E

RGB

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

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

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

R = 46.19%
G = 32.74%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE925E (or 0xCE925E) is known color: Whiskey Sour. HEX triplet: CE, 92 and 5E. RGB value is (206,146,94). Sum of RGB (Red+Green+Blue) = 206+146+94=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE925E is #316DA1. Grayscale: #9E9E9E. Windows color (decimal): -3239330 or 6197966. OLE color: 6197966.

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

Color convert

RGB 206 146 94 -
CMYK 0 0.29 0.54 0.19
HSL 27.86º 0.53% 0.59% -
HSV(B) 27.86º 0.54% 0.81% -
XYZ 37.75 34.49 15.26 -
YUV 158.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 206 146 94 0 0.29 0.54 0.19 27.86 0.53 0.59
Hex CE 92 5E 0 1D 36 13 1C 35 3B
Octal 316 222 136 0 35 66 23 34 65 73
Binary 11001110 10010010 1011110 0 11101 110110 10011 11100 110101 111011

Color Harmonies of #CE925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE925E

Black with #CE925E

Text Example


Text Example

White with #CE925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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