Html Css Color HEX #C99078 Feldspar

📋 copy color: '#C99078'

red 201 ◦ green 144 ◦ blue 120

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

Shades of Feldspar #C99078

Tints of Feldspar #C99078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.97%

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

R = 43.23%
G = 30.97%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C99078 (or 0xC99078) is known color: Feldspar. HEX triplet: C9, 90 and 78. RGB value is (201,144,120). Sum of RGB (Red+Green+Blue) = 201+144+120=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C99078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99078 is #366F87. Grayscale: #9E9E9E. Windows color (decimal): -3567496 or 7901385. OLE color: 7901385.

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

Color convert

RGB 201 144 120 -
CMYK 0 0.28 0.40 0.21
HSL 17.78º 0.43% 0.63% -
HSV(B) 17.78º 0.4% 0.79% -
XYZ 37.45 33.72 22.3 -
YUV 158.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 201 144 120 0 0.28 0.40 0.21 17.78 0.43 0.63
Hex C9 90 78 0 1C 28 15 12 2B 3F
Octal 311 220 170 0 34 50 25 22 53 77
Binary 11001001 10010000 1111000 0 11100 101000 10101 10010 101011 111111

Color Harmonies of #C99078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99078

Black with #C99078

Text Example


Text Example

White with #C99078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99078; }

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

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

background-color css

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

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

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

border-color css

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

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

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