#CA9572

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

Shades of Feldspar #CA9572

Tints of Feldspar #CA9572

Color information

#CA9572 (or 0xCA9572) is unknown color: approx Feldspar. HEX triplet: CA, 95 and 72. RGB value is (202,149,114). Sum of RGB (Red+Green+Blue) = 202+149+114=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9572 is #356A8D. Grayscale: #A1A1A1. Windows color (decimal): -3500686 or 7509450. OLE color: 7509450.

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

Color convert

RGB202149114-
CMYK00.260.440.21
HSL23.86º45.36%61.96%-
HSV(B)23.86º43.56%79.22%-
XYZ38.1435.2720.72-
YUV160.86101.56157.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=43.44%
G=32.04%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214911400.260.440.2123.8645.3661.96
HexCA957201A2C15182d3e
Octal3122251620325425305576
Binary110010101001010111100100110101011001010111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9572; }

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

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

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

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

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

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

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

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