Html Css Color HEX #C98675 Feldspar

📋 copy color: '#C98675'

red 201 ◦ green 134 ◦ blue 117

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

Shades of Feldspar #C98675

Tints of Feldspar #C98675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 44.47%
G = 29.65%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C98675 (or 0xC98675) is known color: Feldspar. HEX triplet: C9, 86 and 75. RGB value is (201,134,117). Sum of RGB (Red+Green+Blue) = 201+134+117=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C98675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98675 is #36798A. Grayscale: #989898. Windows color (decimal): -3570059 or 7702217. OLE color: 7702217.

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

Color convert

RGB 201 134 117 -
CMYK 0 0.33 0.42 0.21
HSL 12.14º 0.44% 0.62% -
HSV(B) 12.14º 0.42% 0.79% -
XYZ 35.82 30.75 20.88 -
YUV 152.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 201 134 117 0 0.33 0.42 0.21 12.14 0.44 0.62
Hex C9 86 75 0 21 2A 15 C 2C 3E
Octal 311 206 165 0 41 52 25 14 54 76
Binary 11001001 10000110 1110101 0 100001 101010 10101 1100 101100 111110

Color Harmonies of #C98675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98675

Black with #C98675

Text Example


Text Example

White with #C98675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98675; }

 p { color: rgb(201,134,117); }

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

background-color css

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

 a { background-color: rgb(201,134,117); }

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

border-color css

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

 span { border-color: rgb(201,134,117); }

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