Html Css Color HEX #C99577 Feldspar

📋 copy color: '#C99577'

red 201 ◦ green 149 ◦ blue 119

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

Shades of Feldspar #C99577

Tints of Feldspar #C99577

RGB

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

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

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

R = 42.86%
G = 31.77%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99577 (or 0xC99577) is known color: Feldspar. HEX triplet: C9, 95 and 77. RGB value is (201,149,119). Sum of RGB (Red+Green+Blue) = 201+149+119=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99577 is #366A88. Grayscale: #A1A1A1. Windows color (decimal): -3566217 or 7837129. OLE color: 7837129.

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

Color convert

RGB 201 149 119 -
CMYK 0 0.26 0.41 0.21
HSL 21.95º 0.43% 0.63% -
HSV(B) 21.95º 0.41% 0.79% -
XYZ 38.16 35.24 22.24 -
YUV 161.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 201 149 119 0 0.26 0.41 0.21 21.95 0.43 0.63
Hex C9 95 77 0 1A 29 15 16 2B 3F
Octal 311 225 167 0 32 51 25 26 53 77
Binary 11001001 10010101 1110111 0 11010 101001 10101 10110 101011 111111

Color Harmonies of #C99577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99577

Black with #C99577

Text Example


Text Example

White with #C99577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99577; }

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

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

background-color css

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

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

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

border-color css

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

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

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