#CA9467

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

Shades of Whiskey #CA9467

Tints of Whiskey #CA9467

Color information

#CA9467 (or 0xCA9467) is unknown color: approx Whiskey. HEX triplet: CA, 94 and 67. RGB value is (202,148,103). Sum of RGB (Red+Green+Blue) = 202+148+103=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9467 is #356B98. Grayscale: #9F9F9F. Windows color (decimal): -3500953 or 6788298. OLE color: 6788298.

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

Color convert

RGB202148103-
CMYK00.270.490.21
HSL27.27º48.29%59.8%-
HSV(B)27.27º49.01%79.22%-
XYZ37.434.7217.56-
YUV159.0296.39158.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=44.59%
G=32.67%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214810300.270.490.2127.2748.2959.8
HexCA946701B31151b303c
Octal3122241470336125336074
Binary110010101001010011001110110111100011010111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9467; }

 p { color: rgb(202,148,103); }

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

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

 a { background-color: rgb(202,148,103); }

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

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

 span { border-color: rgb(202,148,103); }

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