Html Css Color HEX #C98B7A Feldspar

📋 copy color: '#C98B7A'

red 201 ◦ green 139 ◦ blue 122

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

Shades of Feldspar #C98B7A

Tints of Feldspar #C98B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 43.51%
G = 30.09%
B = 26.41%

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

#C98B7A (or 0xC98B7A) is known color: Feldspar. HEX triplet: C9, 8B and 7A. RGB value is (201,139,122). Sum of RGB (Red+Green+Blue) = 201+139+122=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B7A is #367485. Grayscale: #9B9B9B. Windows color (decimal): -3568774 or 8031177. OLE color: 8031177.

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

Color convert

RGB 201 139 122 -
CMYK 0 0.31 0.39 0.21
HSL 12.91º 0.42% 0.63% -
HSV(B) 12.91º 0.39% 0.79% -
XYZ 36.83 32.29 22.7 -
YUV 155.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 201 139 122 0 0.31 0.39 0.21 12.91 0.42 0.63
Hex C9 8B 7A 0 1F 27 15 D 2A 3F
Octal 311 213 172 0 37 47 25 15 52 77
Binary 11001001 10001011 1111010 0 11111 100111 10101 1101 101010 111111

Color Harmonies of #C98B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B7A

Black with #C98B7A

Text Example


Text Example

White with #C98B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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