Html Css Color HEX #C98A6D Feldspar

📋 copy color: '#C98A6D'

red 201 ◦ green 138 ◦ blue 109

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

Shades of Feldspar #C98A6D

Tints of Feldspar #C98A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

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

R = 44.87%
G = 30.8%
B = 24.33%

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

#C98A6D (or 0xC98A6D) is known color: Feldspar. HEX triplet: C9, 8A and 6D. RGB value is (201,138,109). Sum of RGB (Red+Green+Blue) = 201+138+109=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A6D is #367592. Grayscale: #999999. Windows color (decimal): -3569043 or 7178953. OLE color: 7178953.

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

Color convert

RGB 201 138 109 -
CMYK 0 0.31 0.46 0.21
HSL 18.91º 0.46% 0.61% -
HSV(B) 18.91º 0.46% 0.79% -
XYZ 35.94 31.7 18.69 -
YUV 153.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 201 138 109 0 0.31 0.46 0.21 18.91 0.46 0.61
Hex C9 8A 6D 0 1F 2E 15 13 2E 3D
Octal 311 212 155 0 37 56 25 23 56 75
Binary 11001001 10001010 1101101 0 11111 101110 10101 10011 101110 111101

Color Harmonies of #C98A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A6D

Black with #C98A6D

Text Example


Text Example

White with #C98A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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