Html Css Color HEX #C28C6C Feldspar

📋 copy color: '#C28C6C'

red 194 ◦ green 140 ◦ blue 108

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

Shades of Feldspar #C28C6C

Tints of Feldspar #C28C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 43.89%
G = 31.67%
B = 24.43%

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

#C28C6C (or 0xC28C6C) is known color: Feldspar. HEX triplet: C2, 8C and 6C. RGB value is (194,140,108). Sum of RGB (Red+Green+Blue) = 194+140+108=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C6C is #3D7393. Grayscale: #989898. Windows color (decimal): -4027284 or 7113922. OLE color: 7113922.

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

Color convert

RGB 194 140 108 -
CMYK 0 0.28 0.44 0.24
HSL 22.33º 0.41% 0.59% -
HSV(B) 22.33º 0.44% 0.76% -
XYZ 34.33 31.31 18.42 -
YUV 152.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 194 140 108 0 0.28 0.44 0.24 22.33 0.41 0.59
Hex C2 8C 6C 0 1C 2C 18 16 29 3B
Octal 302 214 154 0 34 54 30 26 51 73
Binary 11000010 10001100 1101100 0 11100 101100 11000 10110 101001 111011

Color Harmonies of #C28C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C6C

Black with #C28C6C

Text Example


Text Example

White with #C28C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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