Html Css Color HEX #C99478 Feldspar

📋 copy color: '#C99478'

red 201 ◦ green 148 ◦ blue 120

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

Shades of Feldspar #C99478

Tints of Feldspar #C99478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.56%

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 42.86%
G = 31.56%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C99478 (or 0xC99478) is known color: Feldspar. HEX triplet: C9, 94 and 78. RGB value is (201,148,120). Sum of RGB (Red+Green+Blue) = 201+148+120=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99478 is #366B87. Grayscale: #A0A0A0. Windows color (decimal): -3566472 or 7902409. OLE color: 7902409.

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

Color convert

RGB 201 148 120 -
CMYK 0 0.26 0.40 0.21
HSL 20.74º 0.43% 0.63% -
HSV(B) 20.74º 0.4% 0.79% -
XYZ 38.07 34.95 22.51 -
YUV 160.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 201 148 120 0 0.26 0.40 0.21 20.74 0.43 0.63
Hex C9 94 78 0 1A 28 15 15 2B 3F
Octal 311 224 170 0 32 50 25 25 53 77
Binary 11001001 10010100 1111000 0 11010 101000 10101 10101 101011 111111

Color Harmonies of #C99478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99478

Black with #C99478

Text Example


Text Example

White with #C99478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99478; }

 p { color: rgb(201,148,120); }

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

background-color css

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

 a { background-color: rgb(201,148,120); }

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

border-color css

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

 span { border-color: rgb(201,148,120); }

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