Html Css Color HEX #C98F6D Feldspar

📋 copy color: '#C98F6D'

red 201 ◦ green 143 ◦ blue 109

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

Shades of Feldspar #C98F6D

Tints of Feldspar #C98F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.57%

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

R = 44.37%
G = 31.57%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C98F6D (or 0xC98F6D) is known color: Feldspar. HEX triplet: C9, 8F and 6D. RGB value is (201,143,109). Sum of RGB (Red+Green+Blue) = 201+143+109=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F6D is #367092. Grayscale: #9C9C9C. Windows color (decimal): -3567763 or 7180233. OLE color: 7180233.

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

Color convert

RGB 201 143 109 -
CMYK 0 0.29 0.46 0.21
HSL 22.17º 0.46% 0.61% -
HSV(B) 22.17º 0.46% 0.79% -
XYZ 36.67 33.17 18.94 -
YUV 156.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 201 143 109 0 0.29 0.46 0.21 22.17 0.46 0.61
Hex C9 8F 6D 0 1D 2E 15 16 2E 3D
Octal 311 217 155 0 35 56 25 26 56 75
Binary 11001001 10001111 1101101 0 11101 101110 10101 10110 101110 111101

Color Harmonies of #C98F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F6D

Black with #C98F6D

Text Example


Text Example

White with #C98F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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