#cf907b

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

Shades of Feldspar #CF907B

Tints of Feldspar #CF907B

Color information

#CF907B (or 0xCF907B) is unknown color: approx Feldspar. HEX triplet: CF, 90 and 7B. RGB value is (207,144,123). Sum of RGB (Red+Green+Blue) = 207+144+123=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF907B is #306F84. Grayscale: #A0A0A0. Windows color (decimal): -3174277 or 8097999. OLE color: 8097999.

HSL color Cylindrical-coordinate representation of color #CF907B: hue angle of 15º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF907B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207144123-
CMYK00.300.410.19
HSL15º46.67%64.71%-
HSV(B)15º40.58%81.18%-
XYZ39.2834.6423.36-
YUV160.44106.87161.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=43.67%
G=30.38%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714412300.300.410.191546.6764.71
HexCF907B01E2913f2f41
Octal31722017303651231757101
Binary110011111001000011110110111101010011001111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf907b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf907b; }

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

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

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

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

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

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

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

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