Html Css Color HEX #CC9580 Feldspar

📋 copy color: '#CC9580'

red 204 ◦ green 149 ◦ blue 128

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

Shades of Feldspar #CC9580

Tints of Feldspar #CC9580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 42.41%
G = 30.98%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC9580 (or 0xCC9580) is known color: Feldspar. HEX triplet: CC, 95 and 80. RGB value is (204,149,128). Sum of RGB (Red+Green+Blue) = 204+149+128=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9580 is #336A7F. Grayscale: #A3A3A3. Windows color (decimal): -3369600 or 8426956. OLE color: 8426956.

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

Color convert

RGB 204 149 128 -
CMYK 0 0.27 0.37 0.2
HSL 16.58º 0.43% 0.65% -
HSV(B) 16.58º 0.37% 0.8% -
XYZ 39.55 35.89 25.27 -
YUV 163.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 204 149 128 0 0.27 0.37 0.2 16.58 0.43 0.65
Hex CC 95 80 0 1B 25 14 11 2B 41
Octal 314 225 200 0 33 45 24 21 53 101
Binary 11001100 10010101 10000000 0 11011 100101 10100 10001 101011 1000001

Color Harmonies of #CC9580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9580

Black with #CC9580

Text Example


Text Example

White with #CC9580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9580; }

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

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

background-color css

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

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

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

border-color css

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

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

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