#CA925D

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

Shades of Whiskey Sour #CA925D

Tints of Whiskey Sour #CA925D

Color information

#CA925D (or 0xCA925D) is unknown color: approx Whiskey Sour. HEX triplet: CA, 92 and 5D. RGB value is (202,146,93). Sum of RGB (Red+Green+Blue) = 202+146+93=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA925D is #356DA2. Grayscale: #9C9C9C. Windows color (decimal): -3501475 or 6132426. OLE color: 6132426.

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

Color convert

RGB20214693-
CMYK00.280.540.21
HSL29.17º50.7%57.84%-
HSV(B)29.17º53.96%79.22%-
XYZ36.6133.914.97-
YUV156.792.05160.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=45.80%
G=33.11%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021469300.280.540.2129.1750.757.84
HexCA925D01C36151d333a
Octal3122221350346625356372
Binary110010101001001010111010111001101101010111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA925D; }

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

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

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

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

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

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

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

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