Html Css Color HEX #C99A77 Feldspar

📋 copy color: '#C99A77'

red 201 ◦ green 154 ◦ blue 119

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

Shades of Feldspar #C99A77

Tints of Feldspar #C99A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 42.41%
G = 32.49%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99A77 (or 0xC99A77) is known color: Feldspar. HEX triplet: C9, 9A and 77. RGB value is (201,154,119). Sum of RGB (Red+Green+Blue) = 201+154+119=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A77 is #366588. Grayscale: #A4A4A4. Windows color (decimal): -3564937 or 7838409. OLE color: 7838409.

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

Color convert

RGB 201 154 119 -
CMYK 0 0.23 0.41 0.21
HSL 25.61º 0.43% 0.63% -
HSV(B) 25.61º 0.41% 0.79% -
XYZ 38.97 36.86 22.51 -
YUV 164.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 201 154 119 0 0.23 0.41 0.21 25.61 0.43 0.63
Hex C9 9A 77 0 17 29 15 1A 2B 3F
Octal 311 232 167 0 27 51 25 32 53 77
Binary 11001001 10011010 1110111 0 10111 101001 10101 11010 101011 111111

Color Harmonies of #C99A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A77

Black with #C99A77

Text Example


Text Example

White with #C99A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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