Html Css Color HEX #CE925F Whiskey Sour

📋 copy color: '#CE925F'

red 206 ◦ green 146 ◦ blue 95

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

Shades of Whiskey Sour #CE925F

Tints of Whiskey Sour #CE925F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 46.09%
G = 32.66%
B = 21.25%

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

#CE925F (or 0xCE925F) is known color: Whiskey Sour. HEX triplet: CE, 92 and 5F. RGB value is (206,146,95). Sum of RGB (Red+Green+Blue) = 206+146+95=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE925F is #316DA0. Grayscale: #9E9E9E. Windows color (decimal): -3239329 or 6263502. OLE color: 6263502.

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

Color convert

RGB 206 146 95 -
CMYK 0 0.29 0.54 0.19
HSL 27.57º 0.53% 0.59% -
HSV(B) 27.57º 0.54% 0.81% -
XYZ 37.8 34.51 15.49 -
YUV 158.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 206 146 95 0 0.29 0.54 0.19 27.57 0.53 0.59
Hex CE 92 5F 0 1D 36 13 1C 35 3B
Octal 316 222 137 0 35 66 23 34 65 73
Binary 11001110 10010010 1011111 0 11101 110110 10011 11100 110101 111011

Color Harmonies of #CE925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE925F

Black with #CE925F

Text Example


Text Example

White with #CE925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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