Html Css Color HEX #CC9579 Feldspar

📋 copy color: '#CC9579'

red 204 ◦ green 149 ◦ blue 121

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

Shades of Feldspar #CC9579

Tints of Feldspar #CC9579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 43.04%
G = 31.43%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC9579 (or 0xCC9579) is known color: Feldspar. HEX triplet: CC, 95 and 79. RGB value is (204,149,121). Sum of RGB (Red+Green+Blue) = 204+149+121=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9579 is #336A86. Grayscale: #A2A2A2. Windows color (decimal): -3369607 or 7968204. OLE color: 7968204.

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

Color convert

RGB 204 149 121 -
CMYK 0 0.27 0.41 0.2
HSL 20.24º 0.45% 0.64% -
HSV(B) 20.24º 0.41% 0.8% -
XYZ 39.1 35.71 22.92 -
YUV 162.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 204 149 121 0 0.27 0.41 0.2 20.24 0.45 0.64
Hex CC 95 79 0 1B 29 14 14 2D 40
Octal 314 225 171 0 33 51 24 24 55 100
Binary 11001100 10010101 1111001 0 11011 101001 10100 10100 101101 1000000

Color Harmonies of #CC9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9579

Black with #CC9579

Text Example


Text Example

White with #CC9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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