Html Css Color HEX #C88E72 Feldspar

📋 copy color: '#C88E72'

red 200 ◦ green 142 ◦ blue 114

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

Shades of Feldspar #C88E72

Tints of Feldspar #C88E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.14%

 BLUE value IS 114 (44.92% from 255) = 25%

R = 43.86%
G = 31.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C88E72 (or 0xC88E72) is known color: Feldspar. HEX triplet: C8, 8E and 72. RGB value is (200,142,114). Sum of RGB (Red+Green+Blue) = 200+142+114=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E72 is #37718D. Grayscale: #9C9C9C. Windows color (decimal): -3633550 or 7507656. OLE color: 7507656.

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

Color convert

RGB 200 142 114 -
CMYK 0 0.29 0.43 0.22
HSL 19.53º 0.44% 0.62% -
HSV(B) 19.53º 0.43% 0.78% -
XYZ 36.53 32.84 20.33 -
YUV 156.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 200 142 114 0 0.29 0.43 0.22 19.53 0.44 0.62
Hex C8 8E 72 0 1D 2B 16 14 2C 3E
Octal 310 216 162 0 35 53 26 24 54 76
Binary 11001000 10001110 1110010 0 11101 101011 10110 10100 101100 111110

Color Harmonies of #C88E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E72

Black with #C88E72

Text Example


Text Example

White with #C88E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E72; }

 p { color: rgb(200,142,114); }

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

background-color css

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

 a { background-color: rgb(200,142,114); }

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

border-color css

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

 span { border-color: rgb(200,142,114); }

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