#CA9872

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

Shades of Feldspar #CA9872

Tints of Feldspar #CA9872

Color information

#CA9872 (or 0xCA9872) is unknown color: approx Feldspar. HEX triplet: CA, 98 and 72. RGB value is (202,152,114). Sum of RGB (Red+Green+Blue) = 202+152+114=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9872 is #35678D. Grayscale: #A2A2A2. Windows color (decimal): -3499918 or 7510218. OLE color: 7510218.

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

Color convert

RGB202152114-
CMYK00.250.440.21
HSL25.91º45.36%61.96%-
HSV(B)25.91º43.56%79.22%-
XYZ38.6236.2320.88-
YUV162.62100.56156.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=43.16%
G=32.48%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215211400.250.440.2125.9145.3661.96
HexCA98720192C151a2d3e
Octal3122301620315425325576
Binary110010101001100011100100110011011001010111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9872; }

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

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

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

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

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

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

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

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