#C6907D

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

Shades of Feldspar #C6907D

Tints of Feldspar #C6907D

Color information

#C6907D (or 0xC6907D) is unknown color: approx Feldspar. HEX triplet: C6, 90 and 7D. RGB value is (198,144,125). Sum of RGB (Red+Green+Blue) = 198+144+125=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6907D is #396F82. Grayscale: #9E9E9E. Windows color (decimal): -3764099 or 8229062. OLE color: 8229062.

HSL color Cylindrical-coordinate representation of color #C6907D: hue angle of 15.62º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6907D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198144125-
CMYK00.270.370.22
HSL15.62º39.04%63.33%-
HSV(B)15.62º36.87%77.65%-
XYZ36.9633.4323.91-
YUV157.98109.39156.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=42.40%
G=30.84%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814412500.270.370.2215.6239.0463.33
HexC6907D01B251610273f
Octal3062201750334526204777
Binary110001101001000011111010110111001011011010000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6907D; }

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

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

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

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

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

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

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

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