#C68E7D

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

Shades of Feldspar #C68E7D

Tints of Feldspar #C68E7D

Color information

#C68E7D (or 0xC68E7D) is unknown color: approx Feldspar. HEX triplet: C6, 8E and 7D. RGB value is (198,142,125). Sum of RGB (Red+Green+Blue) = 198+142+125=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E7D is #397182. Grayscale: #9C9C9C. Windows color (decimal): -3764611 or 8228550. OLE color: 8228550.

HSL color Cylindrical-coordinate representation of color #C68E7D: hue angle of 13.97º 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 #C68E7D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198142125-
CMYK00.280.370.22
HSL13.97º39.04%63.33%-
HSV(B)13.97º36.87%77.65%-
XYZ36.6632.8323.81-
YUV156.81110.05157.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=42.58%
G=30.54%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814212500.280.370.2213.9739.0463.33
HexC68E7D01C2516e273f
Octal3062161750344526164777
Binary11000110100011101111101011100100101101101110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E7D; }

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

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

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

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

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

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

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

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