Html Css Color HEX #C28A6E Feldspar

📋 copy color: '#C28A6E'

red 194 ◦ green 138 ◦ blue 110

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

Shades of Feldspar #C28A6E

Tints of Feldspar #C28A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 43.89%
G = 31.22%
B = 24.89%

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

#C28A6E (or 0xC28A6E) is known color: Feldspar. HEX triplet: C2, 8A and 6E. RGB value is (194,138,110). Sum of RGB (Red+Green+Blue) = 194+138+110=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A6E is #3D7591. Grayscale: #979797. Windows color (decimal): -4027794 or 7244482. OLE color: 7244482.

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

Color convert

RGB 194 138 110 -
CMYK 0 0.29 0.43 0.24
HSL 20º 0.41% 0.6% -
HSV(B) 20º 0.43% 0.76% -
XYZ 34.15 30.77 18.89 -
YUV 151.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 194 138 110 0 0.29 0.43 0.24 20 0.41 0.6
Hex C2 8A 6E 0 1D 2B 18 14 29 3C
Octal 302 212 156 0 35 53 30 24 51 74
Binary 11000010 10001010 1101110 0 11101 101011 11000 10100 101001 111100

Color Harmonies of #C28A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A6E

Black with #C28A6E

Text Example


Text Example

White with #C28A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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