Html Css Color HEX #C98D7B Feldspar

📋 copy color: '#C98D7B'

red 201 ◦ green 141 ◦ blue 123

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

Shades of Feldspar #C98D7B

Tints of Feldspar #C98D7B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 43.23%
G = 30.32%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C98D7B (or 0xC98D7B) is known color: Feldspar. HEX triplet: C9, 8D and 7B. RGB value is (201,141,123). Sum of RGB (Red+Green+Blue) = 201+141+123=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D7B is #367284. Grayscale: #9D9D9D. Windows color (decimal): -3568261 or 8097225. OLE color: 8097225.

HSL color Cylindrical-coordinate representation of color #C98D7B: hue angle of 13.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98D7B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 123 -
CMYK 0 0.30 0.39 0.21
HSL 13.85º 0.42% 0.64% -
HSV(B) 13.85º 0.39% 0.79% -
XYZ 37.19 32.9 23.13 -
YUV 156.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 201 141 123 0 0.30 0.39 0.21 13.85 0.42 0.64
Hex C9 8D 7B 0 1E 27 15 E 2A 40
Octal 311 215 173 0 36 47 25 16 52 100
Binary 11001001 10001101 1111011 0 11110 100111 10101 1110 101010 1000000

Color Harmonies of #C98D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D7B

Black with #C98D7B

Text Example


Text Example

White with #C98D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D7B; }

 p { color: rgb(201,141,123); }

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

background-color css

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

 a { background-color: rgb(201,141,123); }

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

border-color css

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

 span { border-color: rgb(201,141,123); }

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