#C88674

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

Shades of Feldspar #C88674

Tints of Feldspar #C88674

Color information

#C88674 (or 0xC88674) is unknown color: approx Feldspar. HEX triplet: C8, 86 and 74. RGB value is (200,134,116). Sum of RGB (Red+Green+Blue) = 200+134+116=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C88674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88674 is #37798B. Grayscale: #979797. Windows color (decimal): -3635596 or 7636680. OLE color: 7636680.

HSL color Cylindrical-coordinate representation of color #C88674: hue angle of 12.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88674 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200134116-
CMYK00.330.420.22
HSL12.86º43.3%61.96%-
HSV(B)12.86º42%78.43%-
XYZ35.530.5920.56-
YUV151.68107.87162.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=44.44%
G=29.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013411600.330.420.2212.8643.361.96
HexC886740212A16d2b3e
Octal3102061640415226155376
Binary110010001000011011101000100001101010101101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88674; }

 p { color: rgb(200,134,116); }

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

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

 a { background-color: rgb(200,134,116); }

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

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

 span { border-color: rgb(200,134,116); }

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