#CC9881

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

Shades of Feldspar #CC9881

Tints of Feldspar #CC9881

Color information

#CC9881 (or 0xCC9881) is unknown color: approx Feldspar. HEX triplet: CC, 98 and 81. RGB value is (204,152,129). Sum of RGB (Red+Green+Blue) = 204+152+129=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9881 is #33677E. Grayscale: #A5A5A5. Windows color (decimal): -3368831 or 8493260. OLE color: 8493260.

HSL color Cylindrical-coordinate representation of color #CC9881: hue angle of 18.4º 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 #CC9881 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204152129-
CMYK00.250.370.2
HSL18.4º42.37%65.29%-
HSV(B)18.4º36.76%80%-
XYZ40.0936.8825.77-
YUV164.93107.73155.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=42.06%
G=31.34%
B=26.60%

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
Decimal20415212900.250.370.218.442.3765.29
HexCC98810192514122a41
Octal31423020103145242252101
Binary11001100100110001000000101100110010110100100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9881; }

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

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

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

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

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

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

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

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