#CA9480

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

Shades of Feldspar #CA9480

Tints of Feldspar #CA9480

Color information

#CA9480 (or 0xCA9480) is unknown color: approx Feldspar. HEX triplet: CA, 94 and 80. RGB value is (202,148,128). Sum of RGB (Red+Green+Blue) = 202+148+128=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9480 is #356B7F. Grayscale: #A2A2A2. Windows color (decimal): -3500928 or 8426698. OLE color: 8426698.

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

Color convert

RGB202148128-
CMYK00.270.370.21
HSL16.22º41.11%64.71%-
HSV(B)16.22º36.63%79.22%-
XYZ38.8435.2925.19-
YUV161.87108.89156.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=42.26%
G=30.96%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214812800.270.370.2116.2241.1164.71
HexCA948001B2515102941
Octal31222420003345252051101
Binary11001010100101001000000001101110010110101100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9480; }

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

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

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

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

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

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

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

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