Html Css Color HEX #CC957F Feldspar

📋 copy color: '#CC957F'

red 204 ◦ green 149 ◦ blue 127

#CC957F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #CC957F

Tints of Feldspar #CC957F

RGB

 RED value IS 204 (80.08% from 255) = 42.5%

 GREEN value IS 149 (58.59% from 255) = 31.04%

 BLUE value IS 127 (50% from 255) = 26.46%

R = 42.5%
G = 31.04%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC957F (or 0xCC957F) is known color: Feldspar. HEX triplet: CC, 95 and 7F. RGB value is (204,149,127). Sum of RGB (Red+Green+Blue) = 204+149+127=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC957F is #336A80. Grayscale: #A3A3A3. Windows color (decimal): -3369601 or 8361420. OLE color: 8361420.

HSL color Cylindrical-coordinate representation of color #CC957F: hue angle of 17.14º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC957F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 127 -
CMYK 0 0.27 0.38 0.2
HSL 17.14º 0.43% 0.65% -
HSV(B) 17.14º 0.38% 0.8% -
XYZ 39.48 35.86 24.92 -
YUV 162.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 204 149 127 0 0.27 0.38 0.2 17.14 0.43 0.65
Hex CC 95 7F 0 1B 26 14 11 2B 41
Octal 314 225 177 0 33 46 24 21 53 101
Binary 11001100 10010101 1111111 0 11011 100110 10100 10001 101011 1000001

Color Harmonies of #CC957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC957F

Black with #CC957F

Text Example


Text Example

White with #CC957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC957F; }

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

 H1.HeaderClassName
 {
   color: #CC957F;
 }
 .AnyTagClassName
 {
   color: #CC957F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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