#CA8674

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

Shades of Feldspar #CA8674

Tints of Feldspar #CA8674

Color information

#CA8674 (or 0xCA8674) is unknown color: approx Feldspar. HEX triplet: CA, 86 and 74. RGB value is (202,134,116). Sum of RGB (Red+Green+Blue) = 202+134+116=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8674 is #35798B. Grayscale: #989898. Windows color (decimal): -3504524 or 7636682. OLE color: 7636682.

HSL color Cylindrical-coordinate representation of color #CA8674: hue angle of 12.56º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8674 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202134116-
CMYK00.340.430.21
HSL12.56º44.79%62.35%-
HSV(B)12.56º42.57%79.22%-
XYZ36.0330.8720.58-
YUV152.28107.53163.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=44.69%
G=29.65%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213411600.340.430.2112.5644.7962.35
HexCA86740222B15d2d3e
Octal3122061640425325155576
Binary110010101000011011101000100010101011101011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8674; }

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

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

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

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

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

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

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

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