Html Css Color HEX #CE9A65 Whiskey

📋 copy color: '#CE9A65'

red 206 ◦ green 154 ◦ blue 101

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

Shades of Whiskey #CE9A65

Tints of Whiskey #CE9A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 44.69%
G = 33.41%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9A65 (or 0xCE9A65) is known color: Whiskey. HEX triplet: CE, 9A and 65. RGB value is (206,154,101). Sum of RGB (Red+Green+Blue) = 206+154+101=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A65 is #31659A. Grayscale: #A3A3A3. Windows color (decimal): -3237275 or 6658766. OLE color: 6658766.

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

Color convert

RGB 206 154 101 -
CMYK 0 0.25 0.51 0.19
HSL 30.29º 0.52% 0.6% -
HSV(B) 30.29º 0.51% 0.81% -
XYZ 39.36 37.17 17.41 -
YUV 163.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 206 154 101 0 0.25 0.51 0.19 30.29 0.52 0.6
Hex CE 9A 65 0 19 33 13 1E 34 3C
Octal 316 232 145 0 31 63 23 36 64 74
Binary 11001110 10011010 1100101 0 11001 110011 10011 11110 110100 111100

Color Harmonies of #CE9A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A65

Black with #CE9A65

Text Example


Text Example

White with #CE9A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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