#CC8B70

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

Shades of Feldspar #CC8B70

Tints of Feldspar #CC8B70

Color information

#CC8B70 (or 0xCC8B70) is unknown color: approx Feldspar. HEX triplet: CC, 8B and 70. RGB value is (204,139,112). Sum of RGB (Red+Green+Blue) = 204+139+112=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B70 is #33748F. Grayscale: #9B9B9B. Windows color (decimal): -3372176 or 7375820. OLE color: 7375820.

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

Color convert

RGB204139112-
CMYK00.320.450.2
HSL17.61º47.42%61.96%-
HSV(B)17.61º45.1%80%-
XYZ37.0632.4719.64-
YUV155.36103.53162.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=44.84%
G=30.55%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413911200.320.450.217.6147.4261.96
HexCC8B700202D14122f3e
Octal3142131600405524225776
Binary1100110010001011111000001000001011011010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B70; }

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

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

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

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

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

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

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

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