Html Css Color HEX #C9927A Feldspar

📋 copy color: '#C9927A'

red 201 ◦ green 146 ◦ blue 122

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

Shades of Feldspar #C9927A

Tints of Feldspar #C9927A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.13%

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

R = 42.86%
G = 31.13%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9927A (or 0xC9927A) is known color: Feldspar. HEX triplet: C9, 92 and 7A. RGB value is (201,146,122). Sum of RGB (Red+Green+Blue) = 201+146+122=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9927A is #366D85. Grayscale: #9F9F9F. Windows color (decimal): -3566982 or 8032969. OLE color: 8032969.

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

Color convert

RGB 201 146 122 -
CMYK 0 0.27 0.39 0.21
HSL 18.23º 0.42% 0.63% -
HSV(B) 18.23º 0.39% 0.79% -
XYZ 37.88 34.38 23.05 -
YUV 159.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 201 146 122 0 0.27 0.39 0.21 18.23 0.42 0.63
Hex C9 92 7A 0 1B 27 15 12 2A 3F
Octal 311 222 172 0 33 47 25 22 52 77
Binary 11001001 10010010 1111010 0 11011 100111 10101 10010 101010 111111

Color Harmonies of #C9927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9927A

Black with #C9927A

Text Example


Text Example

White with #C9927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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