#CA907D

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

Shades of Feldspar #CA907D

Tints of Feldspar #CA907D

Color information

#CA907D (or 0xCA907D) is unknown color: approx Feldspar. HEX triplet: CA, 90 and 7D. RGB value is (202,144,125). Sum of RGB (Red+Green+Blue) = 202+144+125=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA907D is #356F82. Grayscale: #9F9F9F. Windows color (decimal): -3501955 or 8229066. OLE color: 8229066.

HSL color Cylindrical-coordinate representation of color #CA907D: hue angle of 14.81º 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 #CA907D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202144125-
CMYK00.290.380.21
HSL14.81º42.08%64.12%-
HSV(B)14.81º38.12%79.22%-
XYZ38.0333.9823.96-
YUV159.18108.72158.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=42.89%
G=30.57%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214412500.290.380.2114.8142.0864.12
HexCA907D01D2615f2a40
Octal31222017503546251752100
Binary110010101001000011111010111011001101010111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA907D; }

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

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

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

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

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

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

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

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