Html Css Color HEX #C98F7B Feldspar

📋 copy color: '#C98F7B'

red 201 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #C98F7B

Tints of Feldspar #C98F7B

RGB

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

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

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

R = 43.04%
G = 30.62%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C98F7B (or 0xC98F7B) is known color: Feldspar. HEX triplet: C9, 8F and 7B. RGB value is (201,143,123). Sum of RGB (Red+Green+Blue) = 201+143+123=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F7B is #367084. Grayscale: #9E9E9E. Windows color (decimal): -3567749 or 8097737. OLE color: 8097737.

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

Color convert

RGB 201 143 123 -
CMYK 0 0.29 0.39 0.21
HSL 15.38º 0.42% 0.64% -
HSV(B) 15.38º 0.39% 0.79% -
XYZ 37.49 33.49 23.23 -
YUV 158.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 201 143 123 0 0.29 0.39 0.21 15.38 0.42 0.64
Hex C9 8F 7B 0 1D 27 15 F 2A 40
Octal 311 217 173 0 35 47 25 17 52 100
Binary 11001001 10001111 1111011 0 11101 100111 10101 1111 101010 1000000

Color Harmonies of #C98F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F7B

Black with #C98F7B

Text Example


Text Example

White with #C98F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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