Html Css Color HEX #C88B73 Feldspar

📋 copy color: '#C88B73'

red 200 ◦ green 139 ◦ blue 115

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

Shades of Feldspar #C88B73

Tints of Feldspar #C88B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

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

R = 44.05%
G = 30.62%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88B73 (or 0xC88B73) is known color: Feldspar. HEX triplet: C8, 8B and 73. RGB value is (200,139,115). Sum of RGB (Red+Green+Blue) = 200+139+115=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B73 is #37748C. Grayscale: #9A9A9A. Windows color (decimal): -3634317 or 7572424. OLE color: 7572424.

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

Color convert

RGB 200 139 115 -
CMYK 0 0.30 0.42 0.22
HSL 16.94º 0.44% 0.62% -
HSV(B) 16.94º 0.43% 0.78% -
XYZ 36.15 31.98 20.49 -
YUV 154.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 200 139 115 0 0.30 0.42 0.22 16.94 0.44 0.62
Hex C8 8B 73 0 1E 2A 16 11 2C 3E
Octal 310 213 163 0 36 52 26 21 54 76
Binary 11001000 10001011 1110011 0 11110 101010 10110 10001 101100 111110

Color Harmonies of #C88B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B73

Black with #C88B73

Text Example


Text Example

White with #C88B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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