Html Css Color HEX #C99676 Feldspar

📋 copy color: '#C99676'

red 201 ◦ green 150 ◦ blue 118

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

Shades of Feldspar #C99676

Tints of Feldspar #C99676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 42.86%
G = 31.98%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C99676 (or 0xC99676) is known color: Feldspar. HEX triplet: C9, 96 and 76. RGB value is (201,150,118). Sum of RGB (Red+Green+Blue) = 201+150+118=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99676 is #366989. Grayscale: #A1A1A1. Windows color (decimal): -3565962 or 7771849. OLE color: 7771849.

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

Color convert

RGB 201 150 118 -
CMYK 0 0.25 0.41 0.21
HSL 23.13º 0.43% 0.63% -
HSV(B) 23.13º 0.41% 0.79% -
XYZ 38.26 35.54 21.98 -
YUV 161.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 201 150 118 0 0.25 0.41 0.21 23.13 0.43 0.63
Hex C9 96 76 0 19 29 15 17 2B 3F
Octal 311 226 166 0 31 51 25 27 53 77
Binary 11001001 10010110 1110110 0 11001 101001 10101 10111 101011 111111

Color Harmonies of #C99676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99676

Black with #C99676

Text Example


Text Example

White with #C99676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99676; }

 p { color: rgb(201,150,118); }

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

background-color css

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

 a { background-color: rgb(201,150,118); }

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

border-color css

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

 span { border-color: rgb(201,150,118); }

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