Html Css Color HEX #CE925D Whiskey Sour

📋 copy color: '#CE925D'

red 206 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #CE925D

Tints of Whiskey Sour #CE925D

RGB

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

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

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

R = 46.29%
G = 32.81%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE925D (or 0xCE925D) is known color: Whiskey Sour. HEX triplet: CE, 92 and 5D. RGB value is (206,146,93). Sum of RGB (Red+Green+Blue) = 206+146+93=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE925D is #316DA2. Grayscale: #9E9E9E. Windows color (decimal): -3239331 or 6132430. OLE color: 6132430.

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

Color convert

RGB 206 146 93 -
CMYK 0 0.29 0.55 0.19
HSL 28.14º 0.54% 0.59% -
HSV(B) 28.14º 0.55% 0.81% -
XYZ 37.71 34.47 15.02 -
YUV 157.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 206 146 93 0 0.29 0.55 0.19 28.14 0.54 0.59
Hex CE 92 5D 0 1D 37 13 1C 36 3B
Octal 316 222 135 0 35 67 23 34 66 73
Binary 11001110 10010010 1011101 0 11101 110111 10011 11100 110110 111011

Color Harmonies of #CE925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE925D

Black with #CE925D

Text Example


Text Example

White with #CE925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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