Html Css Color HEX #CC9468 Whiskey

📋 copy color: '#CC9468'

red 204 ◦ green 148 ◦ blue 104

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

Shades of Whiskey #CC9468

Tints of Whiskey #CC9468

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

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

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

R = 44.74%
G = 32.46%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC9468 (or 0xCC9468) is known color: Whiskey. HEX triplet: CC, 94 and 68. RGB value is (204,148,104). Sum of RGB (Red+Green+Blue) = 204+148+104=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9468 is #336B97. Grayscale: #9F9F9F. Windows color (decimal): -3369880 or 6853836. OLE color: 6853836.

HSL color Cylindrical-coordinate representation of color #CC9468: hue angle of 26.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC9468 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 104 -
CMYK 0 0.27 0.49 0.2
HSL 26.4º 0.5% 0.6% -
HSV(B) 26.4º 0.49% 0.8% -
XYZ 37.99 35.02 17.85 -
YUV 159.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 204 148 104 0 0.27 0.49 0.2 26.4 0.5 0.6
Hex CC 94 68 0 1B 31 14 1A 32 3C
Octal 314 224 150 0 33 61 24 32 62 74
Binary 11001100 10010100 1101000 0 11011 110001 10100 11010 110010 111100

Color Harmonies of #CC9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9468

Black with #CC9468

Text Example


Text Example

White with #CC9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9468; }

 p { color: rgb(204,148,104); }

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

background-color css

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

 a { background-color: rgb(204,148,104); }

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

border-color css

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

 span { border-color: rgb(204,148,104); }

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