#CA967A

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

Shades of Feldspar #CA967A

Tints of Feldspar #CA967A

Color information

#CA967A (or 0xCA967A) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 7A. RGB value is (202,150,122). Sum of RGB (Red+Green+Blue) = 202+150+122=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA967A is #356985. Grayscale: #A2A2A2. Windows color (decimal): -3500422 or 8033994. OLE color: 8033994.

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

Color convert

RGB202150122-
CMYK00.260.400.21
HSL21º43.01%63.53%-
HSV(B)21º39.6%79.22%-
XYZ38.7835.7723.27-
YUV162.36105.23156.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=42.62%
G=31.65%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215012200.260.400.212143.0163.53
HexCA967A01A2815152b40
Octal31222617203250252553100
Binary1100101010010110111101001101010100010101101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA967A; }

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

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

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

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

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

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

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

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