#CB9765

Color #CB9765 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #CB9765

Tints of Whiskey #CB9765

Color information

#CB9765 (or 0xCB9765) is unknown color: approx Whiskey. HEX triplet: CB, 97 and 65. RGB value is (203,151,101). Sum of RGB (Red+Green+Blue) = 203+151+101=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9765 is #34689A. Grayscale: #A1A1A1. Windows color (decimal): -3434651 or 6657995. OLE color: 6657995.

HSL color Cylindrical-coordinate representation of color #CB9765: hue angle of 29.41º 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 #CB9765 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203151101-
CMYK00.260.500.20
HSL29.41º49.51%59.61%-
HSV(B)29.41º50.25%79.61%-
XYZ38.0435.7717.21-
YUV160.8594.23158.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=44.62%
G=33.19%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315110100.260.500.2029.4149.5159.61
HexCB976501A32141d323c
Octal3132271450326224356274
Binary110010111001011111001010110101100101010011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9765; }

 p { color: rgb(203,151,101); }

 H1.HeaderClassName
 {
   color: #CB9765;
 }
 .AnyTagClassName
 {
   color: #CB9765;
 }
</style>
background-color css

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

 a { background-color: rgb(203,151,101); }

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

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

 span { border-color: rgb(203,151,101); }

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