Html Css Color HEX #CE8D52 Whiskey Sour

📋 copy color: '#CE8D52'

red 206 ◦ green 141 ◦ blue 82

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

Shades of Whiskey Sour #CE8D52

Tints of Whiskey Sour #CE8D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 48.02%
G = 32.87%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE8D52 (or 0xCE8D52) is known color: Whiskey Sour. HEX triplet: CE, 8D and 52. RGB value is (206,141,82). Sum of RGB (Red+Green+Blue) = 206+141+82=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8D52 is #3172AD. Grayscale: #9A9A9A. Windows color (decimal): -3240622 or 5410254. OLE color: 5410254.

HSL color Cylindrical-coordinate representation of color #CE8D52: hue angle of 28.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE8D52 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 82 -
CMYK 0 0.32 0.60 0.19
HSL 28.55º 0.56% 0.56% -
HSV(B) 28.55º 0.6% 0.81% -
XYZ 36.5 32.78 12.39 -
YUV 153.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 206 141 82 0 0.32 0.60 0.19 28.55 0.56 0.56
Hex CE 8D 52 0 20 3C 13 1D 38 38
Octal 316 215 122 0 40 74 23 35 70 70
Binary 11001110 10001101 1010010 0 100000 111100 10011 11101 111000 111000

Color Harmonies of #CE8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D52

Black with #CE8D52

Text Example


Text Example

White with #CE8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D52; }

 p { color: rgb(206,141,82); }

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

background-color css

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

 a { background-color: rgb(206,141,82); }

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

border-color css

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

 span { border-color: rgb(206,141,82); }

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