Html Css Color HEX #C88878 Feldspar

📋 copy color: '#C88878'

red 200 ◦ green 136 ◦ blue 120

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

Shades of Feldspar #C88878

Tints of Feldspar #C88878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

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

R = 43.86%
G = 29.82%
B = 26.32%

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

#C88878 (or 0xC88878) is known color: Feldspar. HEX triplet: C8, 88 and 78. RGB value is (200,136,120). Sum of RGB (Red+Green+Blue) = 200+136+120=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88878 is #377787. Grayscale: #999999. Windows color (decimal): -3635080 or 7899336. OLE color: 7899336.

HSL color Cylindrical-coordinate representation of color #C88878: hue angle of 12º 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 #C88878 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 120 -
CMYK 0 0.32 0.4 0.22
HSL 12º 0.42% 0.63% -
HSV(B) 12º 0.4% 0.78% -
XYZ 36.01 31.24 21.9 -
YUV 153.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 200 136 120 0 0.32 0.4 0.22 12 0.42 0.63
Hex C8 88 78 0 20 28 16 C 2A 3F
Octal 310 210 170 0 40 50 26 14 52 77
Binary 11001000 10001000 1111000 0 100000 101000 10110 1100 101010 111111

Color Harmonies of #C88878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88878

Black with #C88878

Text Example


Text Example

White with #C88878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88878; }

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

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

background-color css

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

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

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

border-color css

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

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

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