#CC8B6E

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

Shades of Feldspar #CC8B6E

Tints of Feldspar #CC8B6E

Color information

#CC8B6E (or 0xCC8B6E) is unknown color: approx Feldspar. HEX triplet: CC, 8B and 6E. RGB value is (204,139,110). Sum of RGB (Red+Green+Blue) = 204+139+110=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B6E is #337491. Grayscale: #9B9B9B. Windows color (decimal): -3372178 or 7244748. OLE color: 7244748.

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

Color convert

RGB204139110-
CMYK00.320.460.2
HSL18.51º47.96%61.57%-
HSV(B)18.51º46.08%80%-
XYZ36.9532.4319.06-
YUV155.13102.53162.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=45.03%
G=30.68%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413911000.320.460.218.5147.9661.57
HexCC8B6E0202E1413303e
Octal3142131560405624236076
Binary1100110010001011110111001000001011101010010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B6E; }

 p { color: rgb(204,139,110); }

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

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

 a { background-color: rgb(204,139,110); }

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

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

 span { border-color: rgb(204,139,110); }

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