#CA9980

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

Shades of Feldspar #CA9980

Tints of Feldspar #CA9980

Color information

#CA9980 (or 0xCA9980) is unknown color: approx Feldspar. HEX triplet: CA, 99 and 80. RGB value is (202,153,128). Sum of RGB (Red+Green+Blue) = 202+153+128=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9980 is #35667F. Grayscale: #A4A4A4. Windows color (decimal): -3499648 or 8427978. OLE color: 8427978.

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

Color convert

RGB202153128-
CMYK00.240.370.21
HSL20.27º41.11%64.71%-
HSV(B)20.27º36.63%79.22%-
XYZ39.6436.925.45-
YUV164.8107.23154.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=41.82%
G=31.68%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215312800.240.370.2120.2741.1164.71
HexCA99800182515142941
Octal31223120003045252451101
Binary11001010100110011000000001100010010110101101001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9980; }

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

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

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

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

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

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

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

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