#CA916D

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

Shades of Feldspar #CA916D

Tints of Feldspar #CA916D

Color information

#CA916D (or 0xCA916D) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 6D. RGB value is (202,145,109). Sum of RGB (Red+Green+Blue) = 202+145+109=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA916D is #356E92. Grayscale: #9E9E9E. Windows color (decimal): -3501715 or 7180746. OLE color: 7180746.

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

Color convert

RGB202145109-
CMYK00.280.460.21
HSL23.23º46.73%60.98%-
HSV(B)23.23º46.04%79.22%-
XYZ37.2433.9119.05-
YUV157.94100.38159.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=44.30%
G=31.80%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214510900.280.460.2123.2346.7360.98
HexCA916D01C2E15172f3d
Octal3122211550345625275775
Binary110010101001000111011010111001011101010110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA916D; }

 p { color: rgb(202,145,109); }

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

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

 a { background-color: rgb(202,145,109); }

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

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

 span { border-color: rgb(202,145,109); }

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