Html Css Color HEX #C28A73 Feldspar

📋 copy color: '#C28A73'

red 194 ◦ green 138 ◦ blue 115

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

Shades of Feldspar #C28A73

Tints of Feldspar #C28A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 43.4%
G = 30.87%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C28A73 (or 0xC28A73) is known color: Feldspar. HEX triplet: C2, 8A and 73. RGB value is (194,138,115). Sum of RGB (Red+Green+Blue) = 194+138+115=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A73 is #3D758C. Grayscale: #989898. Windows color (decimal): -4027789 or 7572162. OLE color: 7572162.

HSL color Cylindrical-coordinate representation of color #C28A73: hue angle of 17.47º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28A73 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 138 115 -
CMYK 0 0.29 0.41 0.24
HSL 17.47º 0.39% 0.61% -
HSV(B) 17.47º 0.41% 0.76% -
XYZ 34.43 30.88 20.37 -
YUV 152.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 194 138 115 0 0.29 0.41 0.24 17.47 0.39 0.61
Hex C2 8A 73 0 1D 29 18 11 27 3D
Octal 302 212 163 0 35 51 30 21 47 75
Binary 11000010 10001010 1110011 0 11101 101001 11000 10001 100111 111101

Color Harmonies of #C28A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A73

Black with #C28A73

Text Example


Text Example

White with #C28A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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