#CA916A

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

Shades of Whiskey #CA916A

Tints of Whiskey #CA916A

Color information

#CA916A (or 0xCA916A) is unknown color: approx Whiskey. HEX triplet: CA, 91 and 6A. RGB value is (202,145,106). Sum of RGB (Red+Green+Blue) = 202+145+106=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA916A is #356E95. Grayscale: #9D9D9D. Windows color (decimal): -3501718 or 6984138. OLE color: 6984138.

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

Color convert

RGB202145106-
CMYK00.280.480.21
HSL24.38º47.52%60.39%-
HSV(B)24.38º47.52%79.22%-
XYZ37.0833.8518.21-
YUV157.698.88159.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=44.59%
G=32.01%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214510600.280.480.2124.3847.5260.39
HexCA916A01C301518303c
Octal3122211520346025306074
Binary110010101001000111010100111001100001010111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA916A; }

 p { color: rgb(202,145,106); }

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

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

 a { background-color: rgb(202,145,106); }

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

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

 span { border-color: rgb(202,145,106); }

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