#CA9675

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

Shades of Feldspar #CA9675

Tints of Feldspar #CA9675

Color information

#CA9675 (or 0xCA9675) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 75. RGB value is (202,150,117). Sum of RGB (Red+Green+Blue) = 202+150+117=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9675 is #35698A. Grayscale: #A1A1A1. Windows color (decimal): -3500427 or 7706314. OLE color: 7706314.

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

Color convert

RGB202150117-
CMYK00.260.420.21
HSL23.29º44.5%62.55%-
HSV(B)23.29º42.08%79.22%-
XYZ38.4735.6521.68-
YUV161.79102.73156.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=43.07%
G=31.98%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215011700.260.420.2123.2944.562.55
HexCA967501A2A15172d3f
Octal3122261650325225275577
Binary110010101001011011101010110101010101010110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9675; }

 p { color: rgb(202,150,117); }

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

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

 a { background-color: rgb(202,150,117); }

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

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

 span { border-color: rgb(202,150,117); }

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