Html Css Color HEX #C88979 Feldspar

📋 copy color: '#C88979'

red 200 ◦ green 137 ◦ blue 121

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

Shades of Feldspar #C88979

Tints of Feldspar #C88979

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

 GREEN value IS 137 (53.91% from 255) = 29.91%

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

R = 43.67%
G = 29.91%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C88979 (or 0xC88979) is known color: Feldspar. HEX triplet: C8, 89 and 79. RGB value is (200,137,121). Sum of RGB (Red+Green+Blue) = 200+137+121=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88979 is #377686. Grayscale: #9A9A9A. Windows color (decimal): -3634823 or 7965128. OLE color: 7965128.

HSL color Cylindrical-coordinate representation of color #C88979: hue angle of 12.15º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88979 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 137 121 -
CMYK 0 0.32 0.39 0.22
HSL 12.15º 0.42% 0.63% -
HSV(B) 12.15º 0.4% 0.78% -
XYZ 36.22 31.55 22.27 -
YUV 154.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 200 137 121 0 0.32 0.39 0.22 12.15 0.42 0.63
Hex C8 89 79 0 20 27 16 C 2A 3F
Octal 310 211 171 0 40 47 26 14 52 77
Binary 11001000 10001001 1111001 0 100000 100111 10110 1100 101010 111111

Color Harmonies of #C88979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88979

Black with #C88979

Text Example


Text Example

White with #C88979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88979; }

 p { color: rgb(200,137,121); }

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

background-color css

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

 a { background-color: rgb(200,137,121); }

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

border-color css

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

 span { border-color: rgb(200,137,121); }

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