#CA926A

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

Shades of Whiskey #CA926A

Tints of Whiskey #CA926A

Color information

#CA926A (or 0xCA926A) is unknown color: approx Whiskey. HEX triplet: CA, 92 and 6A. RGB value is (202,146,106). Sum of RGB (Red+Green+Blue) = 202+146+106=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA926A is #356D95. Grayscale: #9E9E9E. Windows color (decimal): -3501462 or 6984394. OLE color: 6984394.

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

Color convert

RGB202146106-
CMYK00.280.480.21
HSL25º47.52%60.39%-
HSV(B)25º47.52%79.22%-
XYZ37.2434.1518.27-
YUV158.1898.55159.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 106 (41.80% from 255) = 23.35%
R=44.49%
G=32.16%
B=23.35%

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
Decimal20214610600.280.480.212547.5260.39
HexCA926A01C301519303c
Octal3122221520346025316074
Binary110010101001001011010100111001100001010111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA926A; }

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

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

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

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

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

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

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

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