Html Css Color HEX #C98E6E Feldspar

📋 copy color: '#C98E6E'

red 201 ◦ green 142 ◦ blue 110

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

Shades of Feldspar #C98E6E

Tints of Feldspar #C98E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.35%

 BLUE value IS 110 (43.36% from 255) = 24.28%

R = 44.37%
G = 31.35%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C98E6E (or 0xC98E6E) is known color: Feldspar. HEX triplet: C9, 8E and 6E. RGB value is (201,142,110). Sum of RGB (Red+Green+Blue) = 201+142+110=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E6E is #367191. Grayscale: #9C9C9C. Windows color (decimal): -3568018 or 7245513. OLE color: 7245513.

HSL color Cylindrical-coordinate representation of color #C98E6E: hue angle of 21.1º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C98E6E is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 110 -
CMYK 0 0.29 0.45 0.21
HSL 21.1º 0.46% 0.61% -
HSV(B) 21.1º 0.45% 0.79% -
XYZ 36.57 32.89 19.17 -
YUV 155.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 201 142 110 0 0.29 0.45 0.21 21.1 0.46 0.61
Hex C9 8E 6E 0 1D 2D 15 15 2E 3D
Octal 311 216 156 0 35 55 25 25 56 75
Binary 11001001 10001110 1101110 0 11101 101101 10101 10101 101110 111101

Color Harmonies of #C98E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E6E

Black with #C98E6E

Text Example


Text Example

White with #C98E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E6E; }

 p { color: rgb(201,142,110); }

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

background-color css

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

 a { background-color: rgb(201,142,110); }

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

border-color css

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

 span { border-color: rgb(201,142,110); }

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