#CC9981

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

Shades of Feldspar #CC9981

Tints of Feldspar #CC9981

Color information

#CC9981 (or 0xCC9981) is unknown color: approx Feldspar. HEX triplet: CC, 99 and 81. RGB value is (204,153,129). Sum of RGB (Red+Green+Blue) = 204+153+129=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9981 is #33667E. Grayscale: #A5A5A5. Windows color (decimal): -3368575 or 8493516. OLE color: 8493516.

HSL color Cylindrical-coordinate representation of color #CC9981: hue angle of 19.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9981 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204153129-
CMYK00.250.370.2
HSL19.2º42.37%65.29%-
HSV(B)19.2º36.76%80%-
XYZ40.2637.225.83-
YUV165.51107.4155.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=41.98%
G=31.48%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415312900.250.370.219.242.3765.29
HexCC99810192514132a41
Octal31423120103145242352101
Binary11001100100110011000000101100110010110100100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9981; }

 p { color: rgb(204,153,129); }

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

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

 a { background-color: rgb(204,153,129); }

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

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

 span { border-color: rgb(204,153,129); }

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