Html Css Color HEX #C88F75 Feldspar

📋 copy color: '#C88F75'

red 200 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #C88F75

Tints of Feldspar #C88F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

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

R = 43.48%
G = 31.09%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88F75 (or 0xC88F75) is known color: Feldspar. HEX triplet: C8, 8F and 75. RGB value is (200,143,117). Sum of RGB (Red+Green+Blue) = 200+143+117=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F75 is #37708A. Grayscale: #9D9D9D. Windows color (decimal): -3633291 or 7704520. OLE color: 7704520.

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

Color convert

RGB 200 143 117 -
CMYK 0 0.28 0.42 0.22
HSL 18.8º 0.43% 0.62% -
HSV(B) 18.8º 0.42% 0.78% -
XYZ 36.85 33.21 21.3 -
YUV 157.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 200 143 117 0 0.28 0.42 0.22 18.8 0.43 0.62
Hex C8 8F 75 0 1C 2A 16 13 2B 3E
Octal 310 217 165 0 34 52 26 23 53 76
Binary 11001000 10001111 1110101 0 11100 101010 10110 10011 101011 111110

Color Harmonies of #C88F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F75

Black with #C88F75

Text Example


Text Example

White with #C88F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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