Html Css Color HEX #C98B6F Feldspar

📋 copy color: '#C98B6F'

red 201 ◦ green 139 ◦ blue 111

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

Shades of Feldspar #C98B6F

Tints of Feldspar #C98B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 44.57%
G = 30.82%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C98B6F (or 0xC98B6F) is known color: Feldspar. HEX triplet: C9, 8B and 6F. RGB value is (201,139,111). Sum of RGB (Red+Green+Blue) = 201+139+111=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B6F is #367490. Grayscale: #9A9A9A. Windows color (decimal): -3568785 or 7310281. OLE color: 7310281.

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

Color convert

RGB 201 139 111 -
CMYK 0 0.31 0.45 0.21
HSL 18.67º 0.45% 0.61% -
HSV(B) 18.67º 0.45% 0.79% -
XYZ 36.19 32.03 19.31 -
YUV 154.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 201 139 111 0 0.31 0.45 0.21 18.67 0.45 0.61
Hex C9 8B 6F 0 1F 2D 15 13 2D 3D
Octal 311 213 157 0 37 55 25 23 55 75
Binary 11001001 10001011 1101111 0 11111 101101 10101 10011 101101 111101

Color Harmonies of #C98B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B6F

Black with #C98B6F

Text Example


Text Example

White with #C98B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B6F; }

 p { color: rgb(201,139,111); }

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

background-color css

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

 a { background-color: rgb(201,139,111); }

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

border-color css

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

 span { border-color: rgb(201,139,111); }

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