Html Css Color HEX #C9917B Feldspar

📋 copy color: '#C9917B'

red 201 ◦ green 145 ◦ blue 123

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

Shades of Feldspar #C9917B

Tints of Feldspar #C9917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

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

R = 42.86%
G = 30.92%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9917B (or 0xC9917B) is known color: Feldspar. HEX triplet: C9, 91 and 7B. RGB value is (201,145,123). Sum of RGB (Red+Green+Blue) = 201+145+123=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9917B is #366E84. Grayscale: #9F9F9F. Windows color (decimal): -3567237 or 8098249. OLE color: 8098249.

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

Color convert

RGB 201 145 123 -
CMYK 0 0.28 0.39 0.21
HSL 16.92º 0.42% 0.64% -
HSV(B) 16.92º 0.39% 0.79% -
XYZ 37.79 34.1 23.33 -
YUV 159.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 201 145 123 0 0.28 0.39 0.21 16.92 0.42 0.64
Hex C9 91 7B 0 1C 27 15 11 2A 40
Octal 311 221 173 0 34 47 25 21 52 100
Binary 11001001 10010001 1111011 0 11100 100111 10101 10001 101010 1000000

Color Harmonies of #C9917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9917B

Black with #C9917B

Text Example


Text Example

White with #C9917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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