#CA8F6A

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

Shades of Whiskey #CA8F6A

Tints of Whiskey #CA8F6A

Color information

#CA8F6A (or 0xCA8F6A) is unknown color: approx Whiskey. HEX triplet: CA, 8F and 6A. RGB value is (202,143,106). Sum of RGB (Red+Green+Blue) = 202+143+106=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F6A is #357095. Grayscale: #9C9C9C. Windows color (decimal): -3502230 or 6983626. OLE color: 6983626.

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

Color convert

RGB202143106-
CMYK00.290.480.21
HSL23.13º47.52%60.39%-
HSV(B)23.13º47.52%79.22%-
XYZ36.7833.2418.11-
YUV156.4299.55160.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=44.79%
G=31.71%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214310600.290.480.2123.1347.5260.39
HexCA8F6A01D301517303c
Octal3122171520356025276074
Binary110010101000111111010100111011100001010110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F6A; }

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

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

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

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

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

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

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

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