#CA917E

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

Shades of Feldspar #CA917E

Tints of Feldspar #CA917E

Color information

#CA917E (or 0xCA917E) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 7E. RGB value is (202,145,126). Sum of RGB (Red+Green+Blue) = 202+145+126=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA917E is #356E81. Grayscale: #A0A0A0. Windows color (decimal): -3501698 or 8294858. OLE color: 8294858.

HSL color Cylindrical-coordinate representation of color #CA917E: hue angle of 15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA917E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202145126-
CMYK00.280.380.21
HSL15º41.76%64.31%-
HSV(B)15º37.62%79.22%-
XYZ38.2534.3124.35-
YUV159.88108.88158.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=42.71%
G=30.66%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214512600.280.380.211541.7664.31
HexCA917E01C2615f2a40
Octal31222117603446251752100
Binary110010101001000111111100111001001101010111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA917E; }

 p { color: rgb(202,145,126); }

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

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

 a { background-color: rgb(202,145,126); }

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

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

 span { border-color: rgb(202,145,126); }

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