#CB975F

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

Shades of Whiskey Sour #CB975F

Tints of Whiskey Sour #CB975F

Color information

#CB975F (or 0xCB975F) is unknown color: approx Whiskey Sour. HEX triplet: CB, 97 and 5F. RGB value is (203,151,95). Sum of RGB (Red+Green+Blue) = 203+151+95=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB975F is #3468A0. Grayscale: #A0A0A0. Windows color (decimal): -3434657 or 6264779. OLE color: 6264779.

HSL color Cylindrical-coordinate representation of color #CB975F: hue angle of 31.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB975F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20315195-
CMYK00.260.530.20
HSL31.11º50.94%58.43%-
HSV(B)31.11º53.2%79.61%-
XYZ37.7635.6615.72-
YUV160.1691.23158.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=45.21%
G=33.63%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031519500.260.530.2031.1150.9458.43
HexCB975F01A35141f333a
Octal3132271370326524376372
Binary110010111001011110111110110101101011010011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB975F; }

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

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

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

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

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

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

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

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