#CA9678

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

Shades of Feldspar #CA9678

Tints of Feldspar #CA9678

Color information

#CA9678 (or 0xCA9678) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 78. RGB value is (202,150,120). Sum of RGB (Red+Green+Blue) = 202+150+120=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9678 is #356987. Grayscale: #A2A2A2. Windows color (decimal): -3500424 or 7902922. OLE color: 7902922.

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

Color convert

RGB202150120-
CMYK00.260.410.21
HSL21.95º43.62%63.14%-
HSV(B)21.95º40.59%79.22%-
XYZ38.6535.7322.63-
YUV162.13104.23156.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=42.80%
G=31.78%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215012000.260.410.2121.9543.6263.14
HexCA967801A2915162c3f
Octal3122261700325125265477
Binary110010101001011011110000110101010011010110110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9678; }

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

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

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

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

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

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

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

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