Html Css Color HEX #CC9165 Whiskey

📋 copy color: '#CC9165'

red 204 ◦ green 145 ◦ blue 101

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

Shades of Whiskey #CC9165

Tints of Whiskey #CC9165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

 BLUE value IS 101 (39.84% from 255) = 22.44%

R = 45.33%
G = 32.22%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC9165 (or 0xCC9165) is known color: Whiskey. HEX triplet: CC, 91 and 65. RGB value is (204,145,101). Sum of RGB (Red+Green+Blue) = 204+145+101=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9165 is #336E9A. Grayscale: #9D9D9D. Windows color (decimal): -3370651 or 6656460. OLE color: 6656460.

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

Color convert

RGB 204 145 101 -
CMYK 0 0.29 0.50 0.2
HSL 25.63º 0.5% 0.6% -
HSV(B) 25.63º 0.5% 0.8% -
XYZ 37.38 34.03 16.91 -
YUV 157.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 204 145 101 0 0.29 0.50 0.2 25.63 0.5 0.6
Hex CC 91 65 0 1D 32 14 1A 32 3C
Octal 314 221 145 0 35 62 24 32 62 74
Binary 11001100 10010001 1100101 0 11101 110010 10100 11010 110010 111100

Color Harmonies of #CC9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9165

Black with #CC9165

Text Example


Text Example

White with #CC9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9165; }

 p { color: rgb(204,145,101); }

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

background-color css

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

 a { background-color: rgb(204,145,101); }

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

border-color css

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

 span { border-color: rgb(204,145,101); }

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