Html Css Color HEX #CC9261 Whiskey

📋 copy color: '#CC9261'

red 204 ◦ green 146 ◦ blue 97

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

Shades of Whiskey #CC9261

Tints of Whiskey #CC9261

RGB

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

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

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

R = 45.64%
G = 32.66%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9261 (or 0xCC9261) is known color: Whiskey. HEX triplet: CC, 92 and 61. RGB value is (204,146,97). Sum of RGB (Red+Green+Blue) = 204+146+97=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9261 is #336D9E. Grayscale: #9E9E9E. Windows color (decimal): -3370399 or 6394572. OLE color: 6394572.

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

Color convert

RGB 204 146 97 -
CMYK 0 0.28 0.52 0.2
HSL 27.48º 0.51% 0.59% -
HSV(B) 27.48º 0.52% 0.8% -
XYZ 37.34 34.26 15.95 -
YUV 157.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 204 146 97 0 0.28 0.52 0.2 27.48 0.51 0.59
Hex CC 92 61 0 1C 34 14 1B 33 3B
Octal 314 222 141 0 34 64 24 33 63 73
Binary 11001100 10010010 1100001 0 11100 110100 10100 11011 110011 111011

Color Harmonies of #CC9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9261

Black with #CC9261

Text Example


Text Example

White with #CC9261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9261; }

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

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

background-color css

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

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

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

border-color css

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

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

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