Html Css Color HEX #CC9178 Feldspar

📋 copy color: '#CC9178'

red 204 ◦ green 145 ◦ blue 120

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

Shades of Feldspar #CC9178

Tints of Feldspar #CC9178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 43.5%
G = 30.92%
B = 25.59%

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

#CC9178 (or 0xCC9178) is known color: Feldspar. HEX triplet: CC, 91 and 78. RGB value is (204,145,120). Sum of RGB (Red+Green+Blue) = 204+145+120=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9178 is #336E87. Grayscale: #9F9F9F. Windows color (decimal): -3370632 or 7901644. OLE color: 7901644.

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

Color convert

RGB 204 145 120 -
CMYK 0 0.29 0.41 0.2
HSL 17.86º 0.45% 0.64% -
HSV(B) 17.86º 0.41% 0.8% -
XYZ 38.42 34.44 22.39 -
YUV 159.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 204 145 120 0 0.29 0.41 0.2 17.86 0.45 0.64
Hex CC 91 78 0 1D 29 14 12 2D 40
Octal 314 221 170 0 35 51 24 22 55 100
Binary 11001100 10010001 1111000 0 11101 101001 10100 10010 101101 1000000

Color Harmonies of #CC9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9178

Black with #CC9178

Text Example


Text Example

White with #CC9178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9178; }

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

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

background-color css

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

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

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

border-color css

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

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

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