Html Css Color HEX #CE975D Whiskey Sour

📋 copy color: '#CE975D'

red 206 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #CE975D

Tints of Whiskey Sour #CE975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

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

R = 45.78%
G = 33.56%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE975D (or 0xCE975D) is known color: Whiskey Sour. HEX triplet: CE, 97 and 5D. RGB value is (206,151,93). Sum of RGB (Red+Green+Blue) = 206+151+93=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE975D is #3168A2. Grayscale: #A1A1A1. Windows color (decimal): -3238051 or 6133710. OLE color: 6133710.

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

Color convert

RGB 206 151 93 -
CMYK 0 0.27 0.55 0.19
HSL 30.8º 0.54% 0.59% -
HSV(B) 30.8º 0.55% 0.81% -
XYZ 38.5 36.05 15.28 -
YUV 160.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 206 151 93 0 0.27 0.55 0.19 30.8 0.54 0.59
Hex CE 97 5D 0 1B 37 13 1F 36 3B
Octal 316 227 135 0 33 67 23 37 66 73
Binary 11001110 10010111 1011101 0 11011 110111 10011 11111 110110 111011

Color Harmonies of #CE975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE975D

Black with #CE975D

Text Example


Text Example

White with #CE975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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