#CA906C

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

Shades of Feldspar #CA906C

Tints of Feldspar #CA906C

Color information

#CA906C (or 0xCA906C) is unknown color: approx Feldspar. HEX triplet: CA, 90 and 6C. RGB value is (202,144,108). Sum of RGB (Red+Green+Blue) = 202+144+108=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA906C is #356F93. Grayscale: #9D9D9D. Windows color (decimal): -3501972 or 7114954. OLE color: 7114954.

HSL color Cylindrical-coordinate representation of color #CA906C: hue angle of 22.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA906C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB202144108-
CMYK00.290.470.21
HSL22.98º47%60.78%-
HSV(B)22.98º46.53%79.22%-
XYZ37.0433.5918.72-
YUV157.24100.22159.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=44.49%
G=31.72%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214410800.290.470.2122.984760.78
HexCA906C01D2F15172f3d
Octal3122201540355725275775
Binary110010101001000011011000111011011111010110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA906C; }

 p { color: rgb(202,144,108); }

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

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

 a { background-color: rgb(202,144,108); }

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

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

 span { border-color: rgb(202,144,108); }

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