#CA8F67

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

Shades of Whiskey #CA8F67

Tints of Whiskey #CA8F67

Color information

#CA8F67 (or 0xCA8F67) is unknown color: approx Whiskey. HEX triplet: CA, 8F and 67. RGB value is (202,143,103). Sum of RGB (Red+Green+Blue) = 202+143+103=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F67 is #357098. Grayscale: #9C9C9C. Windows color (decimal): -3502233 or 6787018. OLE color: 6787018.

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

Color convert

RGB202143103-
CMYK00.290.490.21
HSL24.24º48.29%59.8%-
HSV(B)24.24º49.01%79.22%-
XYZ36.6333.1817.31-
YUV156.0898.05160.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 103 (40.62% from 255) = 22.99%
R=45.09%
G=31.92%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214310300.290.490.2124.2448.2959.8
HexCA8F6701D311518303c
Octal3122171470356125306074
Binary110010101000111111001110111011100011010111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F67; }

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

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

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

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

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

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

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

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