Html Css Color HEX #CE9467 Whiskey

📋 copy color: '#CE9467'

red 206 ◦ green 148 ◦ blue 103

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

Shades of Whiskey #CE9467

Tints of Whiskey #CE9467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.54%

R = 45.08%
G = 32.39%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE9467 (or 0xCE9467) is known color: Whiskey. HEX triplet: CE, 94 and 67. RGB value is (206,148,103). Sum of RGB (Red+Green+Blue) = 206+148+103=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9467 is #316B98. Grayscale: #A0A0A0. Windows color (decimal): -3238809 or 6788302. OLE color: 6788302.

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

Color convert

RGB 206 148 103 -
CMYK 0 0.28 0.50 0.19
HSL 26.21º 0.51% 0.61% -
HSV(B) 26.21º 0.5% 0.81% -
XYZ 38.49 35.28 17.61 -
YUV 160.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 206 148 103 0 0.28 0.50 0.19 26.21 0.51 0.61
Hex CE 94 67 0 1C 32 13 1A 33 3D
Octal 316 224 147 0 34 62 23 32 63 75
Binary 11001110 10010100 1100111 0 11100 110010 10011 11010 110011 111101

Color Harmonies of #CE9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9467

Black with #CE9467

Text Example


Text Example

White with #CE9467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9467; }

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

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

background-color css

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

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

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

border-color css

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

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

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