#CA9277

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

Shades of Feldspar #CA9277

Tints of Feldspar #CA9277

Color information

#CA9277 (or 0xCA9277) is unknown color: approx Feldspar. HEX triplet: CA, 92 and 77. RGB value is (202,146,119). Sum of RGB (Red+Green+Blue) = 202+146+119=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9277 is #356D88. Grayscale: #9F9F9F. Windows color (decimal): -3501449 or 7836362. OLE color: 7836362.

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

Color convert

RGB202146119-
CMYK00.280.410.21
HSL19.52º43.92%62.94%-
HSV(B)19.52º41.09%79.22%-
XYZ37.9734.4522.1-
YUV159.67105.05158.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=43.25%
G=31.26%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214611900.280.410.2119.5243.9262.94
HexCA927701C2915142c3f
Octal3122221670345125245477
Binary110010101001001011101110111001010011010110100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9277; }

 p { color: rgb(202,146,119); }

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

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

 a { background-color: rgb(202,146,119); }

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

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

 span { border-color: rgb(202,146,119); }

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