Html Css Color HEX #CE9968 Whiskey

📋 copy color: '#CE9968'

red 206 ◦ green 153 ◦ blue 104

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

Shades of Whiskey #CE9968

Tints of Whiskey #CE9968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 44.49%
G = 33.05%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9968 (or 0xCE9968) is known color: Whiskey. HEX triplet: CE, 99 and 68. RGB value is (206,153,104). Sum of RGB (Red+Green+Blue) = 206+153+104=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9968 is #316697. Grayscale: #A3A3A3. Windows color (decimal): -3237528 or 6855118. OLE color: 6855118.

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

Color convert

RGB 206 153 104 -
CMYK 0 0.26 0.50 0.19
HSL 28.82º 0.51% 0.61% -
HSV(B) 28.82º 0.5% 0.81% -
XYZ 39.34 36.9 18.15 -
YUV 163.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 206 153 104 0 0.26 0.50 0.19 28.82 0.51 0.61
Hex CE 99 68 0 1A 32 13 1D 33 3D
Octal 316 231 150 0 32 62 23 35 63 75
Binary 11001110 10011001 1101000 0 11010 110010 10011 11101 110011 111101

Color Harmonies of #CE9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9968

Black with #CE9968

Text Example


Text Example

White with #CE9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9968; }

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

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

background-color css

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

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

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

border-color css

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

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

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