#CA9268

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

Shades of Whiskey #CA9268

Tints of Whiskey #CA9268

Color information

#CA9268 (or 0xCA9268) is unknown color: approx Whiskey. HEX triplet: CA, 92 and 68. RGB value is (202,146,104). Sum of RGB (Red+Green+Blue) = 202+146+104=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9268 is #356D97. Grayscale: #9E9E9E. Windows color (decimal): -3501464 or 6853322. OLE color: 6853322.

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

Color convert

RGB202146104-
CMYK00.280.490.21
HSL25.71º48.04%60%-
HSV(B)25.71º48.51%79.22%-
XYZ37.1334.1117.72-
YUV157.9697.55159.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=44.69%
G=32.30%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214610400.280.490.2125.7148.0460
HexCA926801C31151a303c
Octal3122221500346125326074
Binary110010101001001011010000111001100011010111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9268; }

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

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

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

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

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

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

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

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