#CA987A

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

Shades of Feldspar #CA987A

Tints of Feldspar #CA987A

Color information

#CA987A (or 0xCA987A) is unknown color: approx Feldspar. HEX triplet: CA, 98 and 7A. RGB value is (202,152,122). Sum of RGB (Red+Green+Blue) = 202+152+122=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA987A is #356785. Grayscale: #A3A3A3. Windows color (decimal): -3499910 or 8034506. OLE color: 8034506.

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

Color convert

RGB202152122-
CMYK00.250.400.21
HSL22.5º43.01%63.53%-
HSV(B)22.5º39.6%79.22%-
XYZ39.136.4223.38-
YUV163.53104.56155.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=42.44%
G=31.93%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215212200.250.400.2122.543.0163.53
HexCA987A0192815172b40
Octal31223017203150252753100
Binary1100101010011000111101001100110100010101101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA987A; }

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

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

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

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

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

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

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

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