Html Css Color HEX #C98B6D Feldspar

📋 copy color: '#C98B6D'

red 201 ◦ green 139 ◦ blue 109

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

Shades of Feldspar #C98B6D

Tints of Feldspar #C98B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 44.77%
G = 30.96%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C98B6D (or 0xC98B6D) is known color: Feldspar. HEX triplet: C9, 8B and 6D. RGB value is (201,139,109). Sum of RGB (Red+Green+Blue) = 201+139+109=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B6D is #367492. Grayscale: #9A9A9A. Windows color (decimal): -3568787 or 7179209. OLE color: 7179209.

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

Color convert

RGB 201 139 109 -
CMYK 0 0.31 0.46 0.21
HSL 19.57º 0.46% 0.61% -
HSV(B) 19.57º 0.46% 0.79% -
XYZ 36.08 31.99 18.74 -
YUV 154.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 201 139 109 0 0.31 0.46 0.21 19.57 0.46 0.61
Hex C9 8B 6D 0 1F 2E 15 14 2E 3D
Octal 311 213 155 0 37 56 25 24 56 75
Binary 11001001 10001011 1101101 0 11111 101110 10101 10100 101110 111101

Color Harmonies of #C98B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B6D

Black with #C98B6D

Text Example


Text Example

White with #C98B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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