#CA926C

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

Shades of Whiskey #CA926C

Tints of Whiskey #CA926C

Color information

#CA926C (or 0xCA926C) is unknown color: approx Whiskey. HEX triplet: CA, 92 and 6C. RGB value is (202,146,108). Sum of RGB (Red+Green+Blue) = 202+146+108=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA926C is #356D93. Grayscale: #9E9E9E. Windows color (decimal): -3501460 or 7115466. OLE color: 7115466.

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

Color convert

RGB202146108-
CMYK00.280.470.21
HSL24.26º47%60.78%-
HSV(B)24.26º46.53%79.22%-
XYZ37.3434.218.82-
YUV158.4199.55159.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=44.30%
G=32.02%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214610800.280.470.2124.264760.78
HexCA926C01C2F15182f3d
Octal3122221540345725305775
Binary110010101001001011011000111001011111010111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA926C; }

 p { color: rgb(202,146,108); }

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

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

 a { background-color: rgb(202,146,108); }

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

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

 span { border-color: rgb(202,146,108); }

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