Html Css Color HEX #C99873 Feldspar

📋 copy color: '#C99873'

red 201 ◦ green 152 ◦ blue 115

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

Shades of Feldspar #C99873

Tints of Feldspar #C99873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

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

R = 42.95%
G = 32.48%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C99873 (or 0xC99873) is known color: Feldspar. HEX triplet: C9, 98 and 73. RGB value is (201,152,115). Sum of RGB (Red+Green+Blue) = 201+152+115=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C99873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99873 is #36678C. Grayscale: #A2A2A2. Windows color (decimal): -3565453 or 7575753. OLE color: 7575753.

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

Color convert

RGB 201 152 115 -
CMYK 0 0.24 0.43 0.21
HSL 25.81º 0.44% 0.62% -
HSV(B) 25.81º 0.43% 0.79% -
XYZ 38.41 36.11 21.17 -
YUV 162.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 201 152 115 0 0.24 0.43 0.21 25.81 0.44 0.62
Hex C9 98 73 0 18 2B 15 1A 2C 3E
Octal 311 230 163 0 30 53 25 32 54 76
Binary 11001001 10011000 1110011 0 11000 101011 10101 11010 101100 111110

Color Harmonies of #C99873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99873

Black with #C99873

Text Example


Text Example

White with #C99873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99873; }

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

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

background-color css

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

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

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

border-color css

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

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

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