Html Css Color HEX #CC9174 Feldspar

📋 copy color: '#CC9174'

red 204 ◦ green 145 ◦ blue 116

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

Shades of Feldspar #CC9174

Tints of Feldspar #CC9174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 43.87%
G = 31.18%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC9174 (or 0xCC9174) is known color: Feldspar. HEX triplet: CC, 91 and 74. RGB value is (204,145,116). Sum of RGB (Red+Green+Blue) = 204+145+116=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9174 is #336E8B. Grayscale: #9F9F9F. Windows color (decimal): -3370636 or 7639500. OLE color: 7639500.

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

Color convert

RGB 204 145 116 -
CMYK 0 0.29 0.43 0.2
HSL 19.77º 0.46% 0.63% -
HSV(B) 19.77º 0.43% 0.8% -
XYZ 38.18 34.35 21.14 -
YUV 159.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 204 145 116 0 0.29 0.43 0.2 19.77 0.46 0.63
Hex CC 91 74 0 1D 2B 14 14 2E 3F
Octal 314 221 164 0 35 53 24 24 56 77
Binary 11001100 10010001 1110100 0 11101 101011 10100 10100 101110 111111

Color Harmonies of #CC9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9174

Black with #CC9174

Text Example


Text Example

White with #CC9174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9174; }

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

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

background-color css

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

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

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

border-color css

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

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

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