#CA906B

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

Shades of Whiskey #CA906B

Tints of Whiskey #CA906B

Color information

#CA906B (or 0xCA906B) is unknown color: approx Whiskey. HEX triplet: CA, 90 and 6B. RGB value is (202,144,107). Sum of RGB (Red+Green+Blue) = 202+144+107=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA906B is #356F94. Grayscale: #9D9D9D. Windows color (decimal): -3501973 or 7049418. OLE color: 7049418.

HSL color Cylindrical-coordinate representation of color #CA906B: hue angle of 23.37º 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 #CA906B is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202144107-
CMYK00.290.470.21
HSL23.37º47.26%60.59%-
HSV(B)23.37º47.03%79.22%-
XYZ36.9833.5618.44-
YUV157.1299.72160.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=44.59%
G=31.79%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214410700.290.470.2123.3747.2660.59
HexCA906B01D2F15172f3d
Octal3122201530355725275775
Binary110010101001000011010110111011011111010110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA906B; }

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

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

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

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

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

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

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

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