Html Css Color HEX #C99679 Feldspar

📋 copy color: '#C99679'

red 201 ◦ green 150 ◦ blue 121

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

Shades of Feldspar #C99679

Tints of Feldspar #C99679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 42.58%
G = 31.78%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C99679 (or 0xC99679) is known color: Feldspar. HEX triplet: C9, 96 and 79. RGB value is (201,150,121). Sum of RGB (Red+Green+Blue) = 201+150+121=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C99679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99679 is #366986. Grayscale: #A2A2A2. Windows color (decimal): -3565959 or 7968457. OLE color: 7968457.

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

Color convert

RGB 201 150 121 -
CMYK 0 0.25 0.40 0.21
HSL 21.75º 0.43% 0.63% -
HSV(B) 21.75º 0.4% 0.79% -
XYZ 38.44 35.61 22.94 -
YUV 161.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 201 150 121 0 0.25 0.40 0.21 21.75 0.43 0.63
Hex C9 96 79 0 19 28 15 16 2B 3F
Octal 311 226 171 0 31 50 25 26 53 77
Binary 11001001 10010110 1111001 0 11001 101000 10101 10110 101011 111111

Color Harmonies of #C99679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99679

Black with #C99679

Text Example


Text Example

White with #C99679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99679; }

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

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

background-color css

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

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

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

border-color css

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

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

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