#CA927A

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

Shades of Feldspar #CA927A

Tints of Feldspar #CA927A

Color information

#CA927A (or 0xCA927A) is unknown color: approx Feldspar. HEX triplet: CA, 92 and 7A. RGB value is (202,146,122). Sum of RGB (Red+Green+Blue) = 202+146+122=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA927A is #356D85. Grayscale: #A0A0A0. Windows color (decimal): -3501446 or 8032970. OLE color: 8032970.

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

Color convert

RGB202146122-
CMYK00.280.400.21
HSL18º43.01%63.53%-
HSV(B)18º39.6%79.22%-
XYZ38.1534.5223.06-
YUV160.01106.55157.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=42.98%
G=31.06%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214612200.280.400.211843.0163.53
HexCA927A01C2815122b40
Octal31222217203450252253100
Binary1100101010010010111101001110010100010101100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA927A; }

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

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

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

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

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

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

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

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