Html Css Color HEX #C98B7B Feldspar

📋 copy color: '#C98B7B'

red 201 ◦ green 139 ◦ blue 123

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

Shades of Feldspar #C98B7B

Tints of Feldspar #C98B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

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

R = 43.41%
G = 30.02%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C98B7B (or 0xC98B7B) is known color: Feldspar. HEX triplet: C9, 8B and 7B. RGB value is (201,139,123). Sum of RGB (Red+Green+Blue) = 201+139+123=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B7B is #367484. Grayscale: #9B9B9B. Windows color (decimal): -3568773 or 8096713. OLE color: 8096713.

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

Color convert

RGB 201 139 123 -
CMYK 0 0.31 0.39 0.21
HSL 12.31º 0.42% 0.64% -
HSV(B) 12.31º 0.39% 0.79% -
XYZ 36.9 32.31 23.03 -
YUV 155.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 201 139 123 0 0.31 0.39 0.21 12.31 0.42 0.64
Hex C9 8B 7B 0 1F 27 15 C 2A 40
Octal 311 213 173 0 37 47 25 14 52 100
Binary 11001001 10001011 1111011 0 11111 100111 10101 1100 101010 1000000

Color Harmonies of #C98B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B7B

Black with #C98B7B

Text Example


Text Example

White with #C98B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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