Html Css Color HEX #CC9177 Feldspar

📋 copy color: '#CC9177'

red 204 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #CC9177

Tints of Feldspar #CC9177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 43.59%
G = 30.98%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC9177 (or 0xCC9177) is known color: Feldspar. HEX triplet: CC, 91 and 77. RGB value is (204,145,119). Sum of RGB (Red+Green+Blue) = 204+145+119=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9177 is #336E88. Grayscale: #9F9F9F. Windows color (decimal): -3370633 or 7836108. OLE color: 7836108.

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

Color convert

RGB 204 145 119 -
CMYK 0 0.29 0.42 0.2
HSL 18.35º 0.45% 0.63% -
HSV(B) 18.35º 0.42% 0.8% -
XYZ 38.36 34.42 22.07 -
YUV 159.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 204 145 119 0 0.29 0.42 0.2 18.35 0.45 0.63
Hex CC 91 77 0 1D 2A 14 12 2D 3F
Octal 314 221 167 0 35 52 24 22 55 77
Binary 11001100 10010001 1110111 0 11101 101010 10100 10010 101101 111111

Color Harmonies of #CC9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9177

Black with #CC9177

Text Example


Text Example

White with #CC9177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9177; }

 p { color: rgb(204,145,119); }

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

background-color css

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

 a { background-color: rgb(204,145,119); }

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

border-color css

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

 span { border-color: rgb(204,145,119); }

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