Html Css Color HEX #CE9A68 Whiskey

📋 copy color: '#CE9A68'

red 206 ◦ green 154 ◦ blue 104

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

Shades of Whiskey #CE9A68

Tints of Whiskey #CE9A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

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

R = 44.4%
G = 33.19%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9A68 (or 0xCE9A68) is known color: Whiskey. HEX triplet: CE, 9A and 68. RGB value is (206,154,104). Sum of RGB (Red+Green+Blue) = 206+154+104=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A68 is #316597. Grayscale: #A4A4A4. Windows color (decimal): -3237272 or 6855374. OLE color: 6855374.

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

Color convert

RGB 206 154 104 -
CMYK 0 0.25 0.50 0.19
HSL 29.41º 0.51% 0.61% -
HSV(B) 29.41º 0.5% 0.81% -
XYZ 39.51 37.23 18.2 -
YUV 163.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 206 154 104 0 0.25 0.50 0.19 29.41 0.51 0.61
Hex CE 9A 68 0 19 32 13 1D 33 3D
Octal 316 232 150 0 31 62 23 35 63 75
Binary 11001110 10011010 1101000 0 11001 110010 10011 11101 110011 111101

Color Harmonies of #CE9A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A68

Black with #CE9A68

Text Example


Text Example

White with #CE9A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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