#CA917D

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

Shades of Feldspar #CA917D

Tints of Feldspar #CA917D

Color information

#CA917D (or 0xCA917D) is unknown color: approx Feldspar. HEX triplet: CA, 91 and 7D. RGB value is (202,145,125). Sum of RGB (Red+Green+Blue) = 202+145+125=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA917D is #356E82. Grayscale: #9F9F9F. Windows color (decimal): -3501699 or 8229322. OLE color: 8229322.

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

Color convert

RGB202145125-
CMYK00.280.380.21
HSL15.58º42.08%64.12%-
HSV(B)15.58º38.12%79.22%-
XYZ38.1834.2924.01-
YUV159.76108.38158.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=42.80%
G=30.72%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214512500.280.380.2115.5842.0864.12
HexCA917D01C2615102a40
Octal31222117503446252052100
Binary1100101010010001111110101110010011010101100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA917D; }

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

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

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

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

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

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

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

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