#CA916E

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

Shades of Feldspar #CA916E

Tints of Feldspar #CA916E

Color information

#CA916E (or 0xCA916E) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 6E. RGB value is (202,145,110). Sum of RGB (Red+Green+Blue) = 202+145+110=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA916E is #356E91. Grayscale: #9E9E9E. Windows color (decimal): -3501714 or 7246282. OLE color: 7246282.

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

Color convert

RGB202145110-
CMYK00.280.460.21
HSL22.83º46.46%61.18%-
HSV(B)22.83º45.54%79.22%-
XYZ37.333.9319.34-
YUV158.05100.88159.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=44.20%
G=31.73%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214511000.280.460.2122.8346.4661.18
HexCA916E01C2E15172e3d
Octal3122211560345625275675
Binary110010101001000111011100111001011101010110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA916E; }

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

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

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

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

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

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

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

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