Html Css Color HEX #C2896E Feldspar

📋 copy color: '#C2896E'

red 194 ◦ green 137 ◦ blue 110

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

Shades of Feldspar #C2896E

Tints of Feldspar #C2896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 110 (43.36% from 255) = 24.94%

R = 43.99%
G = 31.07%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2896E (or 0xC2896E) is known color: Feldspar. HEX triplet: C2, 89 and 6E. RGB value is (194,137,110). Sum of RGB (Red+Green+Blue) = 194+137+110=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2896E is #3D7691. Grayscale: #979797. Windows color (decimal): -4028050 or 7244226. OLE color: 7244226.

HSL color Cylindrical-coordinate representation of color #C2896E: hue angle of 19.29º degrees, saturation: 0.41, 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 #C2896E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 110 -
CMYK 0 0.29 0.43 0.24
HSL 19.29º 0.41% 0.6% -
HSV(B) 19.29º 0.43% 0.76% -
XYZ 34.01 30.49 18.84 -
YUV 150.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 194 137 110 0 0.29 0.43 0.24 19.29 0.41 0.6
Hex C2 89 6E 0 1D 2B 18 13 29 3C
Octal 302 211 156 0 35 53 30 23 51 74
Binary 11000010 10001001 1101110 0 11101 101011 11000 10011 101001 111100

Color Harmonies of #C2896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2896E

Black with #C2896E

Text Example


Text Example

White with #C2896E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2896E; }

 p { color: rgb(194,137,110); }

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

background-color css

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

 a { background-color: rgb(194,137,110); }

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

border-color css

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

 span { border-color: rgb(194,137,110); }

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