Html Css Color HEX #C98C7A Feldspar

📋 copy color: '#C98C7A'

red 201 ◦ green 140 ◦ blue 122

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

Shades of Feldspar #C98C7A

Tints of Feldspar #C98C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.24%

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

R = 43.41%
G = 30.24%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C98C7A (or 0xC98C7A) is known color: Feldspar. HEX triplet: C9, 8C and 7A. RGB value is (201,140,122). Sum of RGB (Red+Green+Blue) = 201+140+122=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98C7A is #367385. Grayscale: #9C9C9C. Windows color (decimal): -3568518 or 8031433. OLE color: 8031433.

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

Color convert

RGB 201 140 122 -
CMYK 0 0.30 0.39 0.21
HSL 13.67º 0.42% 0.63% -
HSV(B) 13.67º 0.39% 0.79% -
XYZ 36.98 32.58 22.75 -
YUV 156.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 201 140 122 0 0.30 0.39 0.21 13.67 0.42 0.63
Hex C9 8C 7A 0 1E 27 15 E 2A 3F
Octal 311 214 172 0 36 47 25 16 52 77
Binary 11001001 10001100 1111010 0 11110 100111 10101 1110 101010 111111

Color Harmonies of #C98C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C7A

Black with #C98C7A

Text Example


Text Example

White with #C98C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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