Html Css Color HEX #CC9479 Feldspar

📋 copy color: '#CC9479'

red 204 ◦ green 148 ◦ blue 121

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

Shades of Feldspar #CC9479

Tints of Feldspar #CC9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

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

R = 43.13%
G = 31.29%
B = 25.58%

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

#CC9479 (or 0xCC9479) is known color: Feldspar. HEX triplet: CC, 94 and 79. RGB value is (204,148,121). Sum of RGB (Red+Green+Blue) = 204+148+121=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9479 is #336B86. Grayscale: #A1A1A1. Windows color (decimal): -3369863 or 7967948. OLE color: 7967948.

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

Color convert

RGB 204 148 121 -
CMYK 0 0.27 0.41 0.2
HSL 19.52º 0.45% 0.64% -
HSV(B) 19.52º 0.41% 0.8% -
XYZ 38.94 35.4 22.87 -
YUV 161.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 204 148 121 0 0.27 0.41 0.2 19.52 0.45 0.64
Hex CC 94 79 0 1B 29 14 14 2D 40
Octal 314 224 171 0 33 51 24 24 55 100
Binary 11001100 10010100 1111001 0 11011 101001 10100 10100 101101 1000000

Color Harmonies of #CC9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9479

Black with #CC9479

Text Example


Text Example

White with #CC9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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