Html Css Color HEX #C2886F Feldspar

📋 copy color: '#C2886F'

red 194 ◦ green 136 ◦ blue 111

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

Shades of Feldspar #C2886F

Tints of Feldspar #C2886F

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

 GREEN value IS 136 (53.52% from 255) = 30.84%

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 43.99%
G = 30.84%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2886F (or 0xC2886F) is known color: Feldspar. HEX triplet: C2, 88 and 6F. RGB value is (194,136,111). Sum of RGB (Red+Green+Blue) = 194+136+111=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2886F is #3D7790. Grayscale: #969696. Windows color (decimal): -4028305 or 7309506. OLE color: 7309506.

HSL color Cylindrical-coordinate representation of color #C2886F: hue angle of 18.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2886F is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 111 -
CMYK 0 0.30 0.43 0.24
HSL 18.07º 0.4% 0.6% -
HSV(B) 18.07º 0.43% 0.76% -
XYZ 33.92 30.23 19.09 -
YUV 150.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 194 136 111 0 0.30 0.43 0.24 18.07 0.4 0.6
Hex C2 88 6F 0 1E 2B 18 12 28 3C
Octal 302 210 157 0 36 53 30 22 50 74
Binary 11000010 10001000 1101111 0 11110 101011 11000 10010 101000 111100

Color Harmonies of #C2886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2886F

Black with #C2886F

Text Example


Text Example

White with #C2886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2886F; }

 p { color: rgb(194,136,111); }

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

background-color css

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

 a { background-color: rgb(194,136,111); }

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

border-color css

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

 span { border-color: rgb(194,136,111); }

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