Html Css Color HEX #C28B75 Feldspar

📋 copy color: '#C28B75'

red 194 ◦ green 139 ◦ blue 117

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

Shades of Feldspar #C28B75

Tints of Feldspar #C28B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

 BLUE value IS 117 (46.09% from 255) = 26%

R = 43.11%
G = 30.89%
B = 26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28B75 (or 0xC28B75) is known color: Feldspar. HEX triplet: C2, 8B and 75. RGB value is (194,139,117). Sum of RGB (Red+Green+Blue) = 194+139+117=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B75 is #3D748A. Grayscale: #999999. Windows color (decimal): -4027531 or 7703490. OLE color: 7703490.

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

Color convert

RGB 194 139 117 -
CMYK 0 0.28 0.40 0.24
HSL 17.14º 0.39% 0.61% -
HSV(B) 17.14º 0.4% 0.76% -
XYZ 34.69 31.22 21.03 -
YUV 152.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 194 139 117 0 0.28 0.40 0.24 17.14 0.39 0.61
Hex C2 8B 75 0 1C 28 18 11 27 3D
Octal 302 213 165 0 34 50 30 21 47 75
Binary 11000010 10001011 1110101 0 11100 101000 11000 10001 100111 111101

Color Harmonies of #C28B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B75

Black with #C28B75

Text Example


Text Example

White with #C28B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B75; }

 p { color: rgb(194,139,117); }

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

background-color css

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

 a { background-color: rgb(194,139,117); }

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

border-color css

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

 span { border-color: rgb(194,139,117); }

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