#CC957A

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

Shades of Feldspar #CC957A

Tints of Feldspar #CC957A

Color information

#CC957A (or 0xCC957A) is unknown color: approx Feldspar. HEX triplet: CC, 95 and 7A. RGB value is (204,149,122). Sum of RGB (Red+Green+Blue) = 204+149+122=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC957A is #336A85. Grayscale: #A2A2A2. Windows color (decimal): -3369606 or 8033740. OLE color: 8033740.

HSL color Cylindrical-coordinate representation of color #CC957A: hue angle of 19.76º 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 #CC957A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204149122-
CMYK00.270.400.2
HSL19.76º44.57%63.92%-
HSV(B)19.76º40.2%80%-
XYZ39.1635.7423.25-
YUV162.37105.22157.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=42.95%
G=31.37%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414912200.270.400.219.7644.5763.92
HexCC957A01B2814142d40
Octal31422517203350242455100
Binary1100110010010101111101001101110100010100101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC957A; }

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

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

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

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

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

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

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

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