Html Css Color HEX #C99273 Feldspar

📋 copy color: '#C99273'

red 201 ◦ green 146 ◦ blue 115

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

Shades of Feldspar #C99273

Tints of Feldspar #C99273

RGB

 RED value IS 201 (78.91% from 255) = 43.51%

 GREEN value IS 146 (57.42% from 255) = 31.6%

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

R = 43.51%
G = 31.6%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C99273 (or 0xC99273) is known color: Feldspar. HEX triplet: C9, 92 and 73. RGB value is (201,146,115). Sum of RGB (Red+Green+Blue) = 201+146+115=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C99273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99273 is #366D8C. Grayscale: #9F9F9F. Windows color (decimal): -3566989 or 7574217. OLE color: 7574217.

HSL color Cylindrical-coordinate representation of color #C99273: hue angle of 21.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C99273 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 115 -
CMYK 0 0.27 0.43 0.21
HSL 21.63º 0.44% 0.62% -
HSV(B) 21.63º 0.43% 0.79% -
XYZ 37.46 34.21 20.85 -
YUV 158.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 201 146 115 0 0.27 0.43 0.21 21.63 0.44 0.62
Hex C9 92 73 0 1B 2B 15 16 2C 3E
Octal 311 222 163 0 33 53 25 26 54 76
Binary 11001001 10010010 1110011 0 11011 101011 10101 10110 101100 111110

Color Harmonies of #C99273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99273

Black with #C99273

Text Example


Text Example

White with #C99273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99273; }

 p { color: rgb(201,146,115); }

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

background-color css

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

 a { background-color: rgb(201,146,115); }

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

border-color css

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

 span { border-color: rgb(201,146,115); }

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