#CA8774

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

Shades of Feldspar #CA8774

Tints of Feldspar #CA8774

Color information

#CA8774 (or 0xCA8774) is unknown color: approx Feldspar. HEX triplet: CA, 87 and 74. RGB value is (202,135,116). Sum of RGB (Red+Green+Blue) = 202+135+116=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8774 is #35788B. Grayscale: #999999. Windows color (decimal): -3504268 or 7636938. OLE color: 7636938.

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

Color convert

RGB202135116-
CMYK00.330.430.21
HSL13.26º44.79%62.35%-
HSV(B)13.26º42.57%79.22%-
XYZ36.1731.1520.63-
YUV152.87107.2163.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=44.59%
G=29.80%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213511600.330.430.2113.2644.7962.35
HexCA87740212B15d2d3e
Octal3122071640415325155576
Binary110010101000011111101000100001101011101011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8774; }

 p { color: rgb(202,135,116); }

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

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

 a { background-color: rgb(202,135,116); }

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

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

 span { border-color: rgb(202,135,116); }

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