Html Css Color HEX #C9957E Feldspar

📋 copy color: '#C9957E'

red 201 ◦ green 149 ◦ blue 126

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

Shades of Feldspar #C9957E

Tints of Feldspar #C9957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 42.23%
G = 31.3%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9957E (or 0xC9957E) is known color: Feldspar. HEX triplet: C9, 95 and 7E. RGB value is (201,149,126). Sum of RGB (Red+Green+Blue) = 201+149+126=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9957E is #366A81. Grayscale: #A2A2A2. Windows color (decimal): -3566210 or 8295881. OLE color: 8295881.

HSL color Cylindrical-coordinate representation of color #C9957E: hue angle of 18.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9957E is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 126 -
CMYK 0 0.26 0.37 0.21
HSL 18.4º 0.41% 0.64% -
HSV(B) 18.4º 0.37% 0.79% -
XYZ 38.6 35.42 24.54 -
YUV 161.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 201 149 126 0 0.26 0.37 0.21 18.4 0.41 0.64
Hex C9 95 7E 0 1A 25 15 12 29 40
Octal 311 225 176 0 32 45 25 22 51 100
Binary 11001001 10010101 1111110 0 11010 100101 10101 10010 101001 1000000

Color Harmonies of #C9957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9957E

Black with #C9957E

Text Example


Text Example

White with #C9957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9957E; }

 p { color: rgb(201,149,126); }

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

background-color css

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

 a { background-color: rgb(201,149,126); }

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

border-color css

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

 span { border-color: rgb(201,149,126); }

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