Html Css Color HEX #C88D75 Feldspar

📋 copy color: '#C88D75'

red 200 ◦ green 141 ◦ blue 117

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

Shades of Feldspar #C88D75

Tints of Feldspar #C88D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 43.67%
G = 30.79%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88D75 (or 0xC88D75) is known color: Feldspar. HEX triplet: C8, 8D and 75. RGB value is (200,141,117). Sum of RGB (Red+Green+Blue) = 200+141+117=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D75 is #37728A. Grayscale: #9C9C9C. Windows color (decimal): -3633803 or 7704008. OLE color: 7704008.

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

Color convert

RGB 200 141 117 -
CMYK 0 0.29 0.42 0.22
HSL 17.35º 0.43% 0.62% -
HSV(B) 17.35º 0.42% 0.78% -
XYZ 36.56 32.61 21.2 -
YUV 155.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 200 141 117 0 0.29 0.42 0.22 17.35 0.43 0.62
Hex C8 8D 75 0 1D 2A 16 11 2B 3E
Octal 310 215 165 0 35 52 26 21 53 76
Binary 11001000 10001101 1110101 0 11101 101010 10110 10001 101011 111110

Color Harmonies of #C88D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D75

Black with #C88D75

Text Example


Text Example

White with #C88D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D75; }

 p { color: rgb(200,141,117); }

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

background-color css

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

 a { background-color: rgb(200,141,117); }

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

border-color css

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

 span { border-color: rgb(200,141,117); }

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