Html Css Color HEX #C88978 Feldspar

📋 copy color: '#C88978'

red 200 ◦ green 137 ◦ blue 120

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

Shades of Feldspar #C88978

Tints of Feldspar #C88978

RGB

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

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

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

R = 43.76%
G = 29.98%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C88978 (or 0xC88978) is known color: Feldspar. HEX triplet: C8, 89 and 78. RGB value is (200,137,120). Sum of RGB (Red+Green+Blue) = 200+137+120=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88978 is #377687. Grayscale: #9A9A9A. Windows color (decimal): -3634824 or 7899592. OLE color: 7899592.

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

Color convert

RGB 200 137 120 -
CMYK 0 0.32 0.4 0.22
HSL 12.75º 0.42% 0.63% -
HSV(B) 12.75º 0.4% 0.78% -
XYZ 36.16 31.53 21.95 -
YUV 153.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 200 137 120 0 0.32 0.4 0.22 12.75 0.42 0.63
Hex C8 89 78 0 20 28 16 D 2A 3F
Octal 310 211 170 0 40 50 26 15 52 77
Binary 11001000 10001001 1111000 0 100000 101000 10110 1101 101010 111111

Color Harmonies of #C88978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88978

Black with #C88978

Text Example


Text Example

White with #C88978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88978; }

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

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

background-color css

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

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

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

border-color css

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

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

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