#CC997A

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

Shades of Feldspar #CC997A

Tints of Feldspar #CC997A

Color information

#CC997A (or 0xCC997A) is unknown color: approx Feldspar. HEX triplet: CC, 99 and 7A. RGB value is (204,153,122). Sum of RGB (Red+Green+Blue) = 204+153+122=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC997A is #336685. Grayscale: #A4A4A4. Windows color (decimal): -3368582 or 8034764. OLE color: 8034764.

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

Color convert

RGB204153122-
CMYK00.250.400.2
HSL22.68º44.57%63.92%-
HSV(B)22.68º40.2%80%-
XYZ39.8137.0223.46-
YUV164.71103.9156.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=42.59%
G=31.94%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415312200.250.400.222.6844.5763.92
HexCC997A0192814172d40
Octal31423117203150242755100
Binary1100110010011001111101001100110100010100101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC997A; }

 p { color: rgb(204,153,122); }

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

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

 a { background-color: rgb(204,153,122); }

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

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

 span { border-color: rgb(204,153,122); }

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