#CC8D6C

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

Shades of Feldspar #CC8D6C

Tints of Feldspar #CC8D6C

Color information

#CC8D6C (or 0xCC8D6C) is unknown color: approx Feldspar. HEX triplet: CC, 8D and 6C. RGB value is (204,141,108). Sum of RGB (Red+Green+Blue) = 204+141+108=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D6C is #337293. Grayscale: #9C9C9C. Windows color (decimal): -3371668 or 7114188. OLE color: 7114188.

HSL color Cylindrical-coordinate representation of color #CC8D6C: hue angle of 20.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC8D6C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204141108-
CMYK00.310.470.2
HSL20.63º48.48%61.18%-
HSV(B)20.63º47.06%80%-
XYZ37.1332.9718.59-
YUV156.07100.87162.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 141 (55.47% from 255) = 31.13%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=45.03%
G=31.13%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414110800.310.470.220.6348.4861.18
HexCC8D6C01F2F1415303d
Octal3142151540375724256075
Binary110011001000110111011000111111011111010010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D6C; }

 p { color: rgb(204,141,108); }

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

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

 a { background-color: rgb(204,141,108); }

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

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

 span { border-color: rgb(204,141,108); }

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