#CA9672

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

Shades of Feldspar #CA9672

Tints of Feldspar #CA9672

Color information

#CA9672 (or 0xCA9672) is unknown color: approx Feldspar. HEX triplet: CA, 96 and 72. RGB value is (202,150,114). Sum of RGB (Red+Green+Blue) = 202+150+114=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9672 is #35698D. Grayscale: #A1A1A1. Windows color (decimal): -3500430 or 7509706. OLE color: 7509706.

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

Color convert

RGB202150114-
CMYK00.260.440.21
HSL24.55º45.36%61.96%-
HSV(B)24.55º43.56%79.22%-
XYZ38.335.5820.77-
YUV161.44101.23156.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=43.35%
G=32.19%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215011400.260.440.2124.5545.3661.96
HexCA967201A2C15192d3e
Octal3122261620325425315576
Binary110010101001011011100100110101011001010111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9672; }

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

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

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

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

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

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

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

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