Html Css Color HEX #C99473 Feldspar

📋 copy color: '#C99473'

red 201 ◦ green 148 ◦ blue 115

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

Shades of Feldspar #C99473

Tints of Feldspar #C99473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.9%

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

R = 43.32%
G = 31.9%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C99473 (or 0xC99473) is known color: Feldspar. HEX triplet: C9, 94 and 73. RGB value is (201,148,115). Sum of RGB (Red+Green+Blue) = 201+148+115=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C99473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99473 is #366B8C. Grayscale: #A0A0A0. Windows color (decimal): -3566477 or 7574729. OLE color: 7574729.

HSL color Cylindrical-coordinate representation of color #C99473: hue angle of 23.02º 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 #C99473 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 115 -
CMYK 0 0.26 0.43 0.21
HSL 23.02º 0.44% 0.62% -
HSV(B) 23.02º 0.43% 0.79% -
XYZ 37.77 34.84 20.95 -
YUV 160.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 201 148 115 0 0.26 0.43 0.21 23.02 0.44 0.62
Hex C9 94 73 0 1A 2B 15 17 2C 3E
Octal 311 224 163 0 32 53 25 27 54 76
Binary 11001001 10010100 1110011 0 11010 101011 10101 10111 101100 111110

Color Harmonies of #C99473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99473

Black with #C99473

Text Example


Text Example

White with #C99473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99473; }

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

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

background-color css

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

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

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

border-color css

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

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

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