Html Css Color HEX #CE9969 Whiskey

📋 copy color: '#CE9969'

red 206 ◦ green 153 ◦ blue 105

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

Shades of Whiskey #CE9969

Tints of Whiskey #CE9969

RGB

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

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

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

R = 44.4%
G = 32.97%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE9969 (or 0xCE9969) is known color: Whiskey. HEX triplet: CE, 99 and 69. RGB value is (206,153,105). Sum of RGB (Red+Green+Blue) = 206+153+105=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9969 is #316696. Grayscale: #A3A3A3. Windows color (decimal): -3237527 or 6920654. OLE color: 6920654.

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

Color convert

RGB 206 153 105 -
CMYK 0 0.26 0.49 0.19
HSL 28.51º 0.51% 0.61% -
HSV(B) 28.51º 0.49% 0.81% -
XYZ 39.39 36.92 18.42 -
YUV 163.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 206 153 105 0 0.26 0.49 0.19 28.51 0.51 0.61
Hex CE 99 69 0 1A 31 13 1D 33 3D
Octal 316 231 151 0 32 61 23 35 63 75
Binary 11001110 10011001 1101001 0 11010 110001 10011 11101 110011 111101

Color Harmonies of #CE9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9969

Black with #CE9969

Text Example


Text Example

White with #CE9969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9969; }

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

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

background-color css

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

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

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

border-color css

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

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

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