Html Css Color HEX #C28B6C Feldspar

📋 copy color: '#C28B6C'

red 194 ◦ green 139 ◦ blue 108

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

Shades of Feldspar #C28B6C

Tints of Feldspar #C28B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 43.99%
G = 31.52%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C28B6C (or 0xC28B6C) is known color: Feldspar. HEX triplet: C2, 8B and 6C. RGB value is (194,139,108). Sum of RGB (Red+Green+Blue) = 194+139+108=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B6C is #3D7493. Grayscale: #989898. Windows color (decimal): -4027540 or 7113666. OLE color: 7113666.

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

Color convert

RGB 194 139 108 -
CMYK 0 0.28 0.44 0.24
HSL 21.63º 0.41% 0.59% -
HSV(B) 21.63º 0.44% 0.76% -
XYZ 34.19 31.02 18.37 -
YUV 151.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 194 139 108 0 0.28 0.44 0.24 21.63 0.41 0.59
Hex C2 8B 6C 0 1C 2C 18 16 29 3B
Octal 302 213 154 0 34 54 30 26 51 73
Binary 11000010 10001011 1101100 0 11100 101100 11000 10110 101001 111011

Color Harmonies of #C28B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B6C

Black with #C28B6C

Text Example


Text Example

White with #C28B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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