Html Css Color HEX #C88E73 Feldspar

📋 copy color: '#C88E73'

red 200 ◦ green 142 ◦ blue 115

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

Shades of Feldspar #C88E73

Tints of Feldspar #C88E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 43.76%
G = 31.07%
B = 25.16%

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

#C88E73 (or 0xC88E73) is known color: Feldspar. HEX triplet: C8, 8E and 73. RGB value is (200,142,115). Sum of RGB (Red+Green+Blue) = 200+142+115=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E73 is #37718C. Grayscale: #9C9C9C. Windows color (decimal): -3633549 or 7573192. OLE color: 7573192.

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

Color convert

RGB 200 142 115 -
CMYK 0 0.29 0.42 0.22
HSL 19.06º 0.44% 0.62% -
HSV(B) 19.06º 0.43% 0.78% -
XYZ 36.59 32.86 20.63 -
YUV 156.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 200 142 115 0 0.29 0.42 0.22 19.06 0.44 0.62
Hex C8 8E 73 0 1D 2A 16 13 2C 3E
Octal 310 216 163 0 35 52 26 23 54 76
Binary 11001000 10001110 1110011 0 11101 101010 10110 10011 101100 111110

Color Harmonies of #C88E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E73

Black with #C88E73

Text Example


Text Example

White with #C88E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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