#CA956B

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

Shades of Whiskey #CA956B

Tints of Whiskey #CA956B

Color information

#CA956B (or 0xCA956B) is unknown color: approx Whiskey. HEX triplet: CA, 95 and 6B. RGB value is (202,149,107). Sum of RGB (Red+Green+Blue) = 202+149+107=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956B is #356A94. Grayscale: #A0A0A0. Windows color (decimal): -3500693 or 7050698. OLE color: 7050698.

HSL color Cylindrical-coordinate representation of color #CA956B: hue angle of 26.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA956B is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202149107-
CMYK00.260.470.21
HSL26.53º47.26%60.59%-
HSV(B)26.53º47.03%79.22%-
XYZ37.7635.1118.7-
YUV160.0698.06157.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=44.10%
G=32.53%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214910700.260.470.2126.5347.2660.59
HexCA956B01A2F151b2f3d
Octal3122251530325725335775
Binary110010101001010111010110110101011111010111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA956B; }

 p { color: rgb(202,149,107); }

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

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

 a { background-color: rgb(202,149,107); }

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

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

 span { border-color: rgb(202,149,107); }

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