Html Css Color HEX #CC9461 Whiskey

📋 copy color: '#CC9461'

red 204 ◦ green 148 ◦ blue 97

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

Shades of Whiskey #CC9461

Tints of Whiskey #CC9461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 45.43%
G = 32.96%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9461 (or 0xCC9461) is known color: Whiskey. HEX triplet: CC, 94 and 61. RGB value is (204,148,97). Sum of RGB (Red+Green+Blue) = 204+148+97=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9461 is #336B9E. Grayscale: #9F9F9F. Windows color (decimal): -3369887 or 6395084. OLE color: 6395084.

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

Color convert

RGB 204 148 97 -
CMYK 0 0.27 0.52 0.2
HSL 28.6º 0.51% 0.59% -
HSV(B) 28.6º 0.52% 0.8% -
XYZ 37.65 34.88 16.06 -
YUV 158.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 204 148 97 0 0.27 0.52 0.2 28.6 0.51 0.59
Hex CC 94 61 0 1B 34 14 1D 33 3B
Octal 314 224 141 0 33 64 24 35 63 73
Binary 11001100 10010100 1100001 0 11011 110100 10100 11101 110011 111011

Color Harmonies of #CC9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9461

Black with #CC9461

Text Example


Text Example

White with #CC9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9461; }

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

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

background-color css

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

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

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

border-color css

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

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

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