Html Css Color HEX #C98A6F Feldspar

📋 copy color: '#C98A6F'

red 201 ◦ green 138 ◦ blue 111

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

Shades of Feldspar #C98A6F

Tints of Feldspar #C98A6F

RGB

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

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

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

R = 44.67%
G = 30.67%
B = 24.67%

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

#C98A6F (or 0xC98A6F) is known color: Feldspar. HEX triplet: C9, 8A and 6F. RGB value is (201,138,111). Sum of RGB (Red+Green+Blue) = 201+138+111=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A6F is #367590. Grayscale: #999999. Windows color (decimal): -3569041 or 7310025. OLE color: 7310025.

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

Color convert

RGB 201 138 111 -
CMYK 0 0.31 0.45 0.21
HSL 18º 0.45% 0.61% -
HSV(B) 18º 0.45% 0.79% -
XYZ 36.05 31.74 19.27 -
YUV 153.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 201 138 111 0 0.31 0.45 0.21 18 0.45 0.61
Hex C9 8A 6F 0 1F 2D 15 12 2D 3D
Octal 311 212 157 0 37 55 25 22 55 75
Binary 11001001 10001010 1101111 0 11111 101101 10101 10010 101101 111101

Color Harmonies of #C98A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A6F

Black with #C98A6F

Text Example


Text Example

White with #C98A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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