#CA907A

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

Shades of Feldspar #CA907A

Tints of Feldspar #CA907A

Color information

#CA907A (or 0xCA907A) is unknown color: approx Feldspar. HEX triplet: CA, 90 and 7A. RGB value is (202,144,122). Sum of RGB (Red+Green+Blue) = 202+144+122=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA907A is #356F85. Grayscale: #9E9E9E. Windows color (decimal): -3501958 or 8032458. OLE color: 8032458.

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

Color convert

RGB202144122-
CMYK00.290.400.21
HSL16.5º43.01%63.53%-
HSV(B)16.5º39.6%79.22%-
XYZ37.8433.9122.96-
YUV158.83107.22158.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 122 (48.05% from 255) = 26.07%
R=43.16%
G=30.77%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214412200.290.400.2116.543.0163.53
HexCA907A01D2815112b40
Octal31222017203550252153100
Binary1100101010010000111101001110110100010101100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA907A; }

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

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

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

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

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

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

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

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