Html Css Color HEX #CE9469 Whiskey

📋 copy color: '#CE9469'

red 206 ◦ green 148 ◦ blue 105

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

Shades of Whiskey #CE9469

Tints of Whiskey #CE9469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.24%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 44.88%
G = 32.24%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE9469 (or 0xCE9469) is known color: Whiskey. HEX triplet: CE, 94 and 69. RGB value is (206,148,105). Sum of RGB (Red+Green+Blue) = 206+148+105=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9469 is #316B96. Grayscale: #A0A0A0. Windows color (decimal): -3238807 or 6919374. OLE color: 6919374.

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

Color convert

RGB 206 148 105 -
CMYK 0 0.28 0.49 0.19
HSL 25.54º 0.51% 0.61% -
HSV(B) 25.54º 0.49% 0.81% -
XYZ 38.59 35.32 18.15 -
YUV 160.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 206 148 105 0 0.28 0.49 0.19 25.54 0.51 0.61
Hex CE 94 69 0 1C 31 13 1A 33 3D
Octal 316 224 151 0 34 61 23 32 63 75
Binary 11001110 10010100 1101001 0 11100 110001 10011 11010 110011 111101

Color Harmonies of #CE9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9469

Black with #CE9469

Text Example


Text Example

White with #CE9469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9469; }

 p { color: rgb(206,148,105); }

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

background-color css

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

 a { background-color: rgb(206,148,105); }

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

border-color css

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

 span { border-color: rgb(206,148,105); }

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