#CA8F69

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

Shades of Whiskey #CA8F69

Tints of Whiskey #CA8F69

Color information

#CA8F69 (or 0xCA8F69) is unknown color: approx Whiskey. HEX triplet: CA, 8F and 69. RGB value is (202,143,105). Sum of RGB (Red+Green+Blue) = 202+143+105=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F69 is #357096. Grayscale: #9C9C9C. Windows color (decimal): -3502231 or 6918090. OLE color: 6918090.

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

Color convert

RGB202143105-
CMYK00.290.480.21
HSL23.51º47.78%60.2%-
HSV(B)23.51º48.02%79.22%-
XYZ36.7333.2217.84-
YUV156.3199.05160.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=44.89%
G=31.78%
B=23.33%

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
Decimal20214310500.290.480.2123.5147.7860.2
HexCA8F6901D301518303c
Octal3122171510356025306074
Binary110010101000111111010010111011100001010111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F69; }

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

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

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

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

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

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

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

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