Html Css Color HEX #CC9173 Feldspar

📋 copy color: '#CC9173'

red 204 ◦ green 145 ◦ blue 115

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

Shades of Feldspar #CC9173

Tints of Feldspar #CC9173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 43.97%
G = 31.25%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC9173 (or 0xCC9173) is known color: Feldspar. HEX triplet: CC, 91 and 73. RGB value is (204,145,115). Sum of RGB (Red+Green+Blue) = 204+145+115=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9173 is #336E8C. Grayscale: #9F9F9F. Windows color (decimal): -3370637 or 7573964. OLE color: 7573964.

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

Color convert

RGB 204 145 115 -
CMYK 0 0.29 0.44 0.2
HSL 20.22º 0.47% 0.63% -
HSV(B) 20.22º 0.44% 0.8% -
XYZ 38.12 34.33 20.84 -
YUV 159.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 204 145 115 0 0.29 0.44 0.2 20.22 0.47 0.63
Hex CC 91 73 0 1D 2C 14 14 2F 3F
Octal 314 221 163 0 35 54 24 24 57 77
Binary 11001100 10010001 1110011 0 11101 101100 10100 10100 101111 111111

Color Harmonies of #CC9173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9173

Black with #CC9173

Text Example


Text Example

White with #CC9173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9173; }

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

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

background-color css

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

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

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

border-color css

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

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

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