#CC8A78

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

Shades of Feldspar #CC8A78

Tints of Feldspar #CC8A78

Color information

#CC8A78 (or 0xCC8A78) is unknown color: approx Feldspar. HEX triplet: CC, 8A and 78. RGB value is (204,138,120). Sum of RGB (Red+Green+Blue) = 204+138+120=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A78 is #337587. Grayscale: #9B9B9B. Windows color (decimal): -3372424 or 7899852. OLE color: 7899852.

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

Color convert

RGB204138120-
CMYK00.320.410.2
HSL12.86º45.16%63.53%-
HSV(B)12.86º41.18%80%-
XYZ37.3832.3722.05-
YUV155.68107.87162.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=44.16%
G=29.87%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413812000.320.410.212.8645.1663.53
HexCC8A780202914d2d40
Octal31421217004051241555100
Binary1100110010001010111100001000001010011010011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A78; }

 p { color: rgb(204,138,120); }

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

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

 a { background-color: rgb(204,138,120); }

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

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

 span { border-color: rgb(204,138,120); }

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