#C7906E

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

Shades of Feldspar #C7906E

Tints of Feldspar #C7906E

Color information

#C7906E (or 0xC7906E) is unknown color: approx Feldspar. HEX triplet: C7, 90 and 6E. RGB value is (199,144,110). Sum of RGB (Red+Green+Blue) = 199+144+110=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7906E is #386F91. Grayscale: #9C9C9C. Windows color (decimal): -3698578 or 7246023. OLE color: 7246023.

HSL color Cylindrical-coordinate representation of color #C7906E: hue angle of 22.92º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7906E is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB199144110-
CMYK00.280.450.22
HSL22.92º44.28%60.59%-
HSV(B)22.92º44.72%78.04%-
XYZ36.3433.2119.25-
YUV156.57101.72158.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=43.93%
G=31.79%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914411000.280.450.2222.9244.2860.59
HexC7906E01C2D16172c3d
Octal3072201560345526275475
Binary110001111001000011011100111001011011011010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7906E; }

 p { color: rgb(199,144,110); }

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

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

 a { background-color: rgb(199,144,110); }

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

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

 span { border-color: rgb(199,144,110); }

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