Html Css Color HEX #C88574 Feldspar

📋 copy color: '#C88574'

red 200 ◦ green 133 ◦ blue 116

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

Shades of Feldspar #C88574

Tints of Feldspar #C88574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 44.54%
G = 29.62%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88574 (or 0xC88574) is known color: Feldspar. HEX triplet: C8, 85 and 74. RGB value is (200,133,116). Sum of RGB (Red+Green+Blue) = 200+133+116=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88574 is #377A8B. Grayscale: #979797. Windows color (decimal): -3635852 or 7636424. OLE color: 7636424.

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

Color convert

RGB 200 133 116 -
CMYK 0 0.34 0.42 0.22
HSL 12.14º 0.43% 0.62% -
HSV(B) 12.14º 0.42% 0.78% -
XYZ 35.36 30.32 20.51 -
YUV 151.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 200 133 116 0 0.34 0.42 0.22 12.14 0.43 0.62
Hex C8 85 74 0 22 2A 16 C 2B 3E
Octal 310 205 164 0 42 52 26 14 53 76
Binary 11001000 10000101 1110100 0 100010 101010 10110 1100 101011 111110

Color Harmonies of #C88574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88574

Black with #C88574

Text Example


Text Example

White with #C88574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88574; }

 p { color: rgb(200,133,116); }

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

background-color css

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

 a { background-color: rgb(200,133,116); }

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

border-color css

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

 span { border-color: rgb(200,133,116); }

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