#CA986C

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

Shades of Fallow #CA986C

Tints of Fallow #CA986C

Color information

#CA986C (or 0xCA986C) is unknown color: approx Fallow. HEX triplet: CA, 98 and 6C. RGB value is (202,152,108). Sum of RGB (Red+Green+Blue) = 202+152+108=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA986C is #356793. Grayscale: #A2A2A2. Windows color (decimal): -3499924 or 7117002. OLE color: 7117002.

HSL color Cylindrical-coordinate representation of color #CA986C: hue angle of 28.09º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA986C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202152108-
CMYK00.250.470.21
HSL28.09º47%60.78%-
HSV(B)28.09º46.53%79.22%-
XYZ38.2936.119.14-
YUV161.9397.56156.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=43.72%
G=32.90%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215210800.250.470.2128.094760.78
HexCA986C0192F151c2f3d
Octal3122301540315725345775
Binary110010101001100011011000110011011111010111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA986C; }

 p { color: rgb(202,152,108); }

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

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

 a { background-color: rgb(202,152,108); }

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

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

 span { border-color: rgb(202,152,108); }

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