#CC9673

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

Shades of Feldspar #CC9673

Tints of Feldspar #CC9673

Color information

#CC9673 (or 0xCC9673) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 73. RGB value is (204,150,115). Sum of RGB (Red+Green+Blue) = 204+150+115=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9673 is #33698C. Grayscale: #A2A2A2. Windows color (decimal): -3369357 or 7575244. OLE color: 7575244.

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

Color convert

RGB204150115-
CMYK00.260.440.2
HSL23.6º46.6%62.55%-
HSV(B)23.6º43.63%80%-
XYZ38.935.8921.1-
YUV162.16101.39157.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=43.50%
G=31.98%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415011500.260.440.223.646.662.55
HexCC967301A2C14182f3f
Octal3142261630325424305777
Binary110011001001011011100110110101011001010011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9673; }

 p { color: rgb(204,150,115); }

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

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

 a { background-color: rgb(204,150,115); }

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

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

 span { border-color: rgb(204,150,115); }

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