Html Css Color HEX #C88772 Feldspar

📋 copy color: '#C88772'

red 200 ◦ green 135 ◦ blue 114

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

Shades of Feldspar #C88772

Tints of Feldspar #C88772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 44.54%
G = 30.07%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C88772 (or 0xC88772) is known color: Feldspar. HEX triplet: C8, 87 and 72. RGB value is (200,135,114). Sum of RGB (Red+Green+Blue) = 200+135+114=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88772 is #37788D. Grayscale: #989898. Windows color (decimal): -3635342 or 7505864. OLE color: 7505864.

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

Color convert

RGB 200 135 114 -
CMYK 0 0.32 0.43 0.22
HSL 14.65º 0.44% 0.62% -
HSV(B) 14.65º 0.43% 0.78% -
XYZ 35.52 30.82 20 -
YUV 152.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 200 135 114 0 0.32 0.43 0.22 14.65 0.44 0.62
Hex C8 87 72 0 20 2B 16 F 2C 3E
Octal 310 207 162 0 40 53 26 17 54 76
Binary 11001000 10000111 1110010 0 100000 101011 10110 1111 101100 111110

Color Harmonies of #C88772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88772

Black with #C88772

Text Example


Text Example

White with #C88772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88772; }

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

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

background-color css

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

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

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

border-color css

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

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

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