#CA935F

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

Shades of Whiskey #CA935F

Tints of Whiskey #CA935F

Color information

#CA935F (or 0xCA935F) is unknown color: approx Whiskey. HEX triplet: CA, 93 and 5F. RGB value is (202,147,95). Sum of RGB (Red+Green+Blue) = 202+147+95=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA935F is #356CA0. Grayscale: #9D9D9D. Windows color (decimal): -3501217 or 6263754. OLE color: 6263754.

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

Color convert

RGB20214795-
CMYK00.270.530.21
HSL29.16º50.23%58.24%-
HSV(B)29.16º52.97%79.22%-
XYZ36.8634.2515.49-
YUV157.5292.72159.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=45.50%
G=33.11%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021479500.270.530.2129.1650.2358.24
HexCA935F01B35151d323a
Octal3122231370336525356272
Binary110010101001001110111110110111101011010111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA935F; }

 p { color: rgb(202,147,95); }

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

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

 a { background-color: rgb(202,147,95); }

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

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

 span { border-color: rgb(202,147,95); }

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