#CC8C6C

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

Shades of Feldspar #CC8C6C

Tints of Feldspar #CC8C6C

Color information

#CC8C6C (or 0xCC8C6C) is unknown color: approx Feldspar. HEX triplet: CC, 8C and 6C. RGB value is (204,140,108). Sum of RGB (Red+Green+Blue) = 204+140+108=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C6C is #337393. Grayscale: #9B9B9B. Windows color (decimal): -3371924 or 7113932. OLE color: 7113932.

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

Color convert

RGB204140108-
CMYK00.310.470.2
HSL20º48.48%61.18%-
HSV(B)20º47.06%80%-
XYZ36.9932.6818.55-
YUV155.49101.2162.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=45.13%
G=30.97%
B=23.89%

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
Decimal20414010800.310.470.22048.4861.18
HexCC8C6C01F2F1414303d
Octal3142141540375724246075
Binary110011001000110011011000111111011111010010100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C6C; }

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

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

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

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

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

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

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

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