Html Css Color HEX #CE9268 Whiskey

📋 copy color: '#CE9268'

red 206 ◦ green 146 ◦ blue 104

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

Shades of Whiskey #CE9268

Tints of Whiskey #CE9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

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

R = 45.18%
G = 32.02%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9268 (or 0xCE9268) is known color: Whiskey. HEX triplet: CE, 92 and 68. RGB value is (206,146,104). Sum of RGB (Red+Green+Blue) = 206+146+104=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9268 is #316D97. Grayscale: #9F9F9F. Windows color (decimal): -3239320 or 6853326. OLE color: 6853326.

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

Color convert

RGB 206 146 104 -
CMYK 0 0.29 0.50 0.19
HSL 24.71º 0.51% 0.61% -
HSV(B) 24.71º 0.5% 0.81% -
XYZ 38.23 34.68 17.78 -
YUV 159.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 206 146 104 0 0.29 0.50 0.19 24.71 0.51 0.61
Hex CE 92 68 0 1D 32 13 19 33 3D
Octal 316 222 150 0 35 62 23 31 63 75
Binary 11001110 10010010 1101000 0 11101 110010 10011 11001 110011 111101

Color Harmonies of #CE9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9268

Black with #CE9268

Text Example


Text Example

White with #CE9268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9268; }

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

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

background-color css

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

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

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

border-color css

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

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

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