#CA8B75

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

Shades of Feldspar #CA8B75

Tints of Feldspar #CA8B75

Color information

#CA8B75 (or 0xCA8B75) is unknown color: approx Feldspar. HEX triplet: CA, 8B and 75. RGB value is (202,139,117). Sum of RGB (Red+Green+Blue) = 202+139+117=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B75 is #35748A. Grayscale: #9B9B9B. Windows color (decimal): -3503243 or 7703498. OLE color: 7703498.

HSL color Cylindrical-coordinate representation of color #CA8B75: hue angle of 15.53º 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 #CA8B75 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202139117-
CMYK00.310.420.21
HSL15.53º44.5%62.55%-
HSV(B)15.53º42.08%79.22%-
XYZ36.832.3121.13-
YUV155.33106.37161.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=44.10%
G=30.35%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213911700.310.420.2115.5344.562.55
HexCA8B7501F2A15102d3f
Octal3122131650375225205577
Binary110010101000101111101010111111010101010110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B75; }

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

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

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

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

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

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

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

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