#CA8870

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

Shades of Feldspar #CA8870

Tints of Feldspar #CA8870

Color information

#CA8870 (or 0xCA8870) is unknown color: approx Feldspar. HEX triplet: CA, 88 and 70. RGB value is (202,136,112). Sum of RGB (Red+Green+Blue) = 202+136+112=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8870 is #35778F. Grayscale: #999999. Windows color (decimal): -3504016 or 7375050. OLE color: 7375050.

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

Color convert

RGB202136112-
CMYK00.330.450.21
HSL16º45.92%61.57%-
HSV(B)16º44.55%79.22%-
XYZ36.0931.3319.48-
YUV153104.87162.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=44.89%
G=30.22%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213611200.330.450.211645.9261.57
HexCA88700212D15102e3e
Octal3122101600415525205676
Binary1100101010001000111000001000011011011010110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8870; }

 p { color: rgb(202,136,112); }

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

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

 a { background-color: rgb(202,136,112); }

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

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

 span { border-color: rgb(202,136,112); }

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