#CB956D

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

Shades of Whiskey #CB956D

Tints of Whiskey #CB956D

Color information

#CB956D (or 0xCB956D) is unknown color: approx Whiskey. HEX triplet: CB, 95 and 6D. RGB value is (203,149,109). Sum of RGB (Red+Green+Blue) = 203+149+109=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB956D is #346A92. Grayscale: #A0A0A0. Windows color (decimal): -3435155 or 7181771. OLE color: 7181771.

HSL color Cylindrical-coordinate representation of color #CB956D: hue angle of 25.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB956D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203149109-
CMYK00.270.460.20
HSL25.53º47.47%61.18%-
HSV(B)25.53º46.31%79.61%-
XYZ38.1435.319.27-
YUV160.5998.89158.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=44.03%
G=32.32%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314910900.270.460.2025.5347.4761.18
HexCB956D01B2E141a2f3d
Octal3132251550335624325775
Binary110010111001010111011010110111011101010011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB956D; }

 p { color: rgb(203,149,109); }

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

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

 a { background-color: rgb(203,149,109); }

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

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

 span { border-color: rgb(203,149,109); }

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