#CA907B

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

Shades of Feldspar #CA907B

Tints of Feldspar #CA907B

Color information

#CA907B (or 0xCA907B) is unknown color: approx Feldspar. HEX triplet: CA, 90 and 7B. RGB value is (202,144,123). Sum of RGB (Red+Green+Blue) = 202+144+123=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA907B is #356F84. Grayscale: #9F9F9F. Windows color (decimal): -3501957 or 8097994. OLE color: 8097994.

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

Color convert

RGB202144123-
CMYK00.290.390.21
HSL15.95º42.7%63.73%-
HSV(B)15.95º39.11%79.22%-
XYZ37.9133.9323.29-
YUV158.95107.72158.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=43.07%
G=30.70%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214412300.290.390.2115.9542.763.73
HexCA907B01D2715102b40
Octal31222017303547252053100
Binary1100101010010000111101101110110011110101100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA907B; }

 p { color: rgb(202,144,123); }

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

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

 a { background-color: rgb(202,144,123); }

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

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

 span { border-color: rgb(202,144,123); }

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