Html Css Color HEX #CE9962 Whiskey Sour

📋 copy color: '#CE9962'

red 206 ◦ green 153 ◦ blue 98

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

Shades of Whiskey Sour #CE9962

Tints of Whiskey Sour #CE9962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 45.08%
G = 33.48%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE9962 (or 0xCE9962) is known color: Whiskey Sour. HEX triplet: CE, 99 and 62. RGB value is (206,153,98). Sum of RGB (Red+Green+Blue) = 206+153+98=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9962 is #31669D. Grayscale: #A2A2A2. Windows color (decimal): -3237534 or 6461902. OLE color: 6461902.

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

Color convert

RGB 206 153 98 -
CMYK 0 0.26 0.52 0.19
HSL 30.56º 0.52% 0.6% -
HSV(B) 30.56º 0.52% 0.81% -
XYZ 39.05 36.79 16.6 -
YUV 162.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 206 153 98 0 0.26 0.52 0.19 30.56 0.52 0.6
Hex CE 99 62 0 1A 34 13 1F 34 3C
Octal 316 231 142 0 32 64 23 37 64 74
Binary 11001110 10011001 1100010 0 11010 110100 10011 11111 110100 111100

Color Harmonies of #CE9962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9962

Black with #CE9962

Text Example


Text Example

White with #CE9962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9962; }

 p { color: rgb(206,153,98); }

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

background-color css

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

 a { background-color: rgb(206,153,98); }

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

border-color css

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

 span { border-color: rgb(206,153,98); }

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