#CC8C6B

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

Shades of Feldspar #CC8C6B

Tints of Feldspar #CC8C6B

Color information

#CC8C6B (or 0xCC8C6B) is unknown color: approx Feldspar. HEX triplet: CC, 8C and 6B. RGB value is (204,140,107). Sum of RGB (Red+Green+Blue) = 204+140+107=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C6B is #337394. Grayscale: #9B9B9B. Windows color (decimal): -3371925 or 7048396. OLE color: 7048396.

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

Color convert

RGB204140107-
CMYK00.310.480.2
HSL20.41º48.74%60.98%-
HSV(B)20.41º47.55%80%-
XYZ36.9332.6618.27-
YUV155.37100.7162.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 107 (42.19% from 255) = 23.73%
R=45.23%
G=31.04%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414010700.310.480.220.4148.7460.98
HexCC8C6B01F301414313d
Octal3142141530376024246175
Binary110011001000110011010110111111100001010010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C6B; }

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

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

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

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

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

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

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

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