#CA8B7A

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

Shades of Feldspar #CA8B7A

Tints of Feldspar #CA8B7A

Color information

#CA8B7A (or 0xCA8B7A) is unknown color: approx Feldspar. HEX triplet: CA, 8B and 7A. RGB value is (202,139,122). Sum of RGB (Red+Green+Blue) = 202+139+122=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B7A is #357485. Grayscale: #9C9C9C. Windows color (decimal): -3503238 or 8031178. OLE color: 8031178.

HSL color Cylindrical-coordinate representation of color #CA8B7A: hue angle of 12.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8B7A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202139122-
CMYK00.310.400.21
HSL12.75º43.01%63.53%-
HSV(B)12.75º39.6%79.22%-
XYZ37.132.4322.72-
YUV155.9108.87160.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=43.63%
G=30.02%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213912200.310.400.2112.7543.0163.53
HexCA8B7A01F2815d2b40
Octal31221317203750251553100
Binary110010101000101111110100111111010001010111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B7A; }

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

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

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

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

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

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

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

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