#CA917A

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

Shades of Feldspar #CA917A

Tints of Feldspar #CA917A

Color information

#CA917A (or 0xCA917A) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 7A. RGB value is (202,145,122). Sum of RGB (Red+Green+Blue) = 202+145+122=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA917A is #356E85. Grayscale: #9F9F9F. Windows color (decimal): -3501702 or 8032714. OLE color: 8032714.

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

Color convert

RGB202145122-
CMYK00.280.400.21
HSL17.25º43.01%63.53%-
HSV(B)17.25º39.6%79.22%-
XYZ3834.2123.01-
YUV159.42106.88158.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=43.07%
G=30.92%
B=26.01%

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
Decimal20214512200.280.400.2117.2543.0163.53
HexCA917A01C2815112b40
Octal31222117203450252153100
Binary1100101010010001111101001110010100010101100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA917A; }

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

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

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

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

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

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

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

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