Html Css Color HEX #CE925A Whiskey Sour

📋 copy color: '#CE925A'

red 206 ◦ green 146 ◦ blue 90

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

Shades of Whiskey Sour #CE925A

Tints of Whiskey Sour #CE925A

RGB

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

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

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

R = 46.61%
G = 33.03%
B = 20.36%

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

#CE925A (or 0xCE925A) is known color: Whiskey Sour. HEX triplet: CE, 92 and 5A. RGB value is (206,146,90). Sum of RGB (Red+Green+Blue) = 206+146+90=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE925A is #316DA5. Grayscale: #9D9D9D. Windows color (decimal): -3239334 or 5935822. OLE color: 5935822.

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

Color convert

RGB 206 146 90 -
CMYK 0 0.29 0.56 0.19
HSL 28.97º 0.54% 0.58% -
HSV(B) 28.97º 0.56% 0.81% -
XYZ 37.58 34.42 14.34 -
YUV 157.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 206 146 90 0 0.29 0.56 0.19 28.97 0.54 0.58
Hex CE 92 5A 0 1D 38 13 1D 36 3A
Octal 316 222 132 0 35 70 23 35 66 72
Binary 11001110 10010010 1011010 0 11101 111000 10011 11101 110110 111010

Color Harmonies of #CE925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE925A

Black with #CE925A

Text Example


Text Example

White with #CE925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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