#CC8672

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

Shades of Feldspar #CC8672

Tints of Feldspar #CC8672

Color information

#CC8672 (or 0xCC8672) is unknown color: approx Feldspar. HEX triplet: CC, 86 and 72. RGB value is (204,134,114). Sum of RGB (Red+Green+Blue) = 204+134+114=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8672 is #33798D. Grayscale: #989898. Windows color (decimal): -3373454 or 7505612. OLE color: 7505612.

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

Color convert

RGB204134114-
CMYK00.340.440.2
HSL13.33º46.88%62.35%-
HSV(B)13.33º44.12%80%-
XYZ36.4631.120-
YUV152.65106.19164.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=45.13%
G=29.65%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413411400.340.440.213.3346.8862.35
HexCC86720222C14d2f3e
Octal3142061620425424155776
Binary110011001000011011100100100010101100101001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8672; }

 p { color: rgb(204,134,114); }

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

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

 a { background-color: rgb(204,134,114); }

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

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

 span { border-color: rgb(204,134,114); }

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