Html Css Color HEX #C28386 Charm

📋 copy color: '#C28386'

red 194 ◦ green 131 ◦ blue 134

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

Shades of Charm #C28386

Tints of Charm #C28386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 42.27%
G = 28.54%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C28386 (or 0xC28386) is known color: Charm. HEX triplet: C2, 83 and 86. RGB value is (194,131,134). Sum of RGB (Red+Green+Blue) = 194+131+134=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28386 is #3D7C79. Grayscale: #969696. Windows color (decimal): -4029562 or 8815554. OLE color: 8815554.

HSL color Cylindrical-coordinate representation of color #C28386: hue angle of 357.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28386 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 134 -
CMYK 0 0.32 0.31 0.24
HSL 357.14º 0.34% 0.64% -
HSV(B) 357.14º 0.32% 0.76% -
XYZ 34.67 29.42 26.41 -
YUV 150.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 194 131 134 0 0.32 0.31 0.24 357.14 0.34 0.64
Hex C2 83 86 0 20 1F 18 165 22 40
Octal 302 203 206 0 40 37 30 545 42 100
Binary 11000010 10000011 10000110 0 100000 11111 11000 101100101 100010 1000000

Color Harmonies of #C28386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28386

Black with #C28386

Text Example


Text Example

White with #C28386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28386; }

 p { color: rgb(194,131,134); }

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

background-color css

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

 a { background-color: rgb(194,131,134); }

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

border-color css

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

 span { border-color: rgb(194,131,134); }

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