Html Css Color HEX #CC9263 Whiskey

📋 copy color: '#CC9263'

red 204 ◦ green 146 ◦ blue 99

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

Shades of Whiskey #CC9263

Tints of Whiskey #CC9263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 45.43%
G = 32.52%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC9263 (or 0xCC9263) is known color: Whiskey. HEX triplet: CC, 92 and 63. RGB value is (204,146,99). Sum of RGB (Red+Green+Blue) = 204+146+99=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9263 is #336D9C. Grayscale: #9E9E9E. Windows color (decimal): -3370397 or 6525644. OLE color: 6525644.

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

Color convert

RGB 204 146 99 -
CMYK 0 0.28 0.51 0.2
HSL 26.86º 0.51% 0.59% -
HSV(B) 26.86º 0.51% 0.8% -
XYZ 37.43 34.3 16.45 -
YUV 157.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 204 146 99 0 0.28 0.51 0.2 26.86 0.51 0.59
Hex CC 92 63 0 1C 33 14 1B 33 3B
Octal 314 222 143 0 34 63 24 33 63 73
Binary 11001100 10010010 1100011 0 11100 110011 10100 11011 110011 111011

Color Harmonies of #CC9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9263

Black with #CC9263

Text Example


Text Example

White with #CC9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9263; }

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

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

background-color css

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

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

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

border-color css

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

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

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