Html Css Color HEX #C88A78 Feldspar

📋 copy color: '#C88A78'

red 200 ◦ green 138 ◦ blue 120

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

Shades of Feldspar #C88A78

Tints of Feldspar #C88A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 43.67%
G = 30.13%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C88A78 (or 0xC88A78) is known color: Feldspar. HEX triplet: C8, 8A and 78. RGB value is (200,138,120). Sum of RGB (Red+Green+Blue) = 200+138+120=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A78 is #377587. Grayscale: #9A9A9A. Windows color (decimal): -3634568 or 7899848. OLE color: 7899848.

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

Color convert

RGB 200 138 120 -
CMYK 0 0.31 0.4 0.22
HSL 13.5º 0.42% 0.63% -
HSV(B) 13.5º 0.4% 0.78% -
XYZ 36.3 31.81 22 -
YUV 154.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 200 138 120 0 0.31 0.4 0.22 13.5 0.42 0.63
Hex C8 8A 78 0 1F 28 16 E 2A 3F
Octal 310 212 170 0 37 50 26 16 52 77
Binary 11001000 10001010 1111000 0 11111 101000 10110 1110 101010 111111

Color Harmonies of #C88A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A78

Black with #C88A78

Text Example


Text Example

White with #C88A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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