Html Css Color HEX #C98870 Feldspar

📋 copy color: '#C98870'

red 201 ◦ green 136 ◦ blue 112

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

Shades of Feldspar #C98870

Tints of Feldspar #C98870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 44.77%
G = 30.29%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C98870 (or 0xC98870) is known color: Feldspar. HEX triplet: C9, 88 and 70. RGB value is (201,136,112). Sum of RGB (Red+Green+Blue) = 201+136+112=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C98870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98870 is #36778F. Grayscale: #989898. Windows color (decimal): -3569552 or 7375049. OLE color: 7375049.

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

Color convert

RGB 201 136 112 -
CMYK 0 0.32 0.44 0.21
HSL 16.18º 0.45% 0.61% -
HSV(B) 16.18º 0.44% 0.79% -
XYZ 35.82 31.2 19.46 -
YUV 152.7 105.03 162.45 -
System Red Green Blue C M Y K H S L
Decimal 201 136 112 0 0.32 0.44 0.21 16.18 0.45 0.61
Hex C9 88 70 0 20 2C 15 10 2D 3D
Octal 311 210 160 0 40 54 25 20 55 75
Binary 11001001 10001000 1110000 0 100000 101100 10101 10000 101101 111101

Color Harmonies of #C98870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98870

Black with #C98870

Text Example


Text Example

White with #C98870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98870; }

 p { color: rgb(201,136,112); }

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

background-color css

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

 a { background-color: rgb(201,136,112); }

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

border-color css

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

 span { border-color: rgb(201,136,112); }

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