Html Css Color HEX #C99377 Feldspar

📋 copy color: '#C99377'

red 201 ◦ green 147 ◦ blue 119

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

Shades of Feldspar #C99377

Tints of Feldspar #C99377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 43.04%
G = 31.48%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99377 (or 0xC99377) is known color: Feldspar. HEX triplet: C9, 93 and 77. RGB value is (201,147,119). Sum of RGB (Red+Green+Blue) = 201+147+119=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C99377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99377 is #366C88. Grayscale: #A0A0A0. Windows color (decimal): -3566729 or 7836617. OLE color: 7836617.

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

Color convert

RGB 201 147 119 -
CMYK 0 0.27 0.41 0.21
HSL 20.49º 0.43% 0.63% -
HSV(B) 20.49º 0.41% 0.79% -
XYZ 37.85 34.62 22.14 -
YUV 159.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 201 147 119 0 0.27 0.41 0.21 20.49 0.43 0.63
Hex C9 93 77 0 1B 29 15 14 2B 3F
Octal 311 223 167 0 33 51 25 24 53 77
Binary 11001001 10010011 1110111 0 11011 101001 10101 10100 101011 111111

Color Harmonies of #C99377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99377

Black with #C99377

Text Example


Text Example

White with #C99377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99377; }

 p { color: rgb(201,147,119); }

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

background-color css

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

 a { background-color: rgb(201,147,119); }

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

border-color css

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

 span { border-color: rgb(201,147,119); }

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