#CA9880

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

Shades of Feldspar #CA9880

Tints of Feldspar #CA9880

Color information

#CA9880 (or 0xCA9880) is unknown color: approx Feldspar. HEX triplet: CA, 98 and 80. RGB value is (202,152,128). Sum of RGB (Red+Green+Blue) = 202+152+128=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9880 is #35677F. Grayscale: #A4A4A4. Windows color (decimal): -3499904 or 8427722. OLE color: 8427722.

HSL color Cylindrical-coordinate representation of color #CA9880: hue angle of 19.46º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9880 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202152128-
CMYK00.250.370.21
HSL19.46º41.11%64.71%-
HSV(B)19.46º36.63%79.22%-
XYZ39.4836.5725.4-
YUV164.21107.56154.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=41.91%
G=31.54%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215212800.250.370.2119.4641.1164.71
HexCA98800192515132941
Octal31223020003145252351101
Binary11001010100110001000000001100110010110101100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9880; }

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

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

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

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

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

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

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

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