#CA967D

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

Shades of Feldspar #CA967D

Tints of Feldspar #CA967D

Color information

#CA967D (or 0xCA967D) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 7D. RGB value is (202,150,125). Sum of RGB (Red+Green+Blue) = 202+150+125=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA967D is #356982. Grayscale: #A2A2A2. Windows color (decimal): -3500419 or 8230602. OLE color: 8230602.

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

Color convert

RGB202150125-
CMYK00.260.380.21
HSL19.48º42.08%64.12%-
HSV(B)19.48º38.12%79.22%-
XYZ38.9735.8524.27-
YUV162.7106.73156.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=42.35%
G=31.45%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215012500.260.380.2119.4842.0864.12
HexCA967D01A2615132a40
Octal31222617503246252352100
Binary1100101010010110111110101101010011010101100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA967D; }

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

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

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

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

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

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

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

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