Html Css Color HEX #C98C7B Feldspar

📋 copy color: '#C98C7B'

red 201 ◦ green 140 ◦ blue 123

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

Shades of Feldspar #C98C7B

Tints of Feldspar #C98C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

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

R = 43.32%
G = 30.17%
B = 26.51%

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

#C98C7B (or 0xC98C7B) is known color: Feldspar. HEX triplet: C9, 8C and 7B. RGB value is (201,140,123). Sum of RGB (Red+Green+Blue) = 201+140+123=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C7B is #367384. Grayscale: #9C9C9C. Windows color (decimal): -3568517 or 8096969. OLE color: 8096969.

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

Color convert

RGB 201 140 123 -
CMYK 0 0.30 0.39 0.21
HSL 13.08º 0.42% 0.64% -
HSV(B) 13.08º 0.39% 0.79% -
XYZ 37.04 32.6 23.08 -
YUV 156.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 201 140 123 0 0.30 0.39 0.21 13.08 0.42 0.64
Hex C9 8C 7B 0 1E 27 15 D 2A 40
Octal 311 214 173 0 36 47 25 15 52 100
Binary 11001001 10001100 1111011 0 11110 100111 10101 1101 101010 1000000

Color Harmonies of #C98C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C7B

Black with #C98C7B

Text Example


Text Example

White with #C98C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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