Html Css Color HEX #CC9079 Feldspar

📋 copy color: '#CC9079'

red 204 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #CC9079

Tints of Feldspar #CC9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

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

R = 43.5%
G = 30.7%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC9079 (or 0xCC9079) is known color: Feldspar. HEX triplet: CC, 90 and 79. RGB value is (204,144,121). Sum of RGB (Red+Green+Blue) = 204+144+121=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9079 is #336F86. Grayscale: #9F9F9F. Windows color (decimal): -3370887 or 7966924. OLE color: 7966924.

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

Color convert

RGB 204 144 121 -
CMYK 0 0.29 0.41 0.2
HSL 16.63º 0.45% 0.64% -
HSV(B) 16.63º 0.41% 0.8% -
XYZ 38.33 34.16 22.66 -
YUV 159.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 204 144 121 0 0.29 0.41 0.2 16.63 0.45 0.64
Hex CC 90 79 0 1D 29 14 11 2D 40
Octal 314 220 171 0 35 51 24 21 55 100
Binary 11001100 10010000 1111001 0 11101 101001 10100 10001 101101 1000000

Color Harmonies of #CC9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9079

Black with #CC9079

Text Example


Text Example

White with #CC9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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