Html Css Color HEX #C28384 Charm

📋 copy color: '#C28384'

red 194 ◦ green 131 ◦ blue 132

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

Shades of Charm #C28384

Tints of Charm #C28384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 42.45%
G = 28.67%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C28384 (or 0xC28384) is known color: Charm. HEX triplet: C2, 83 and 84. RGB value is (194,131,132). Sum of RGB (Red+Green+Blue) = 194+131+132=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28384 is #3D7C7B. Grayscale: #969696. Windows color (decimal): -4029564 or 8684482. OLE color: 8684482.

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

Color convert

RGB 194 131 132 -
CMYK 0 0.32 0.32 0.24
HSL 359.05º 0.34% 0.64% -
HSV(B) 359.05º 0.32% 0.76% -
XYZ 34.53 29.37 25.68 -
YUV 149.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 194 131 132 0 0.32 0.32 0.24 359.05 0.34 0.64
Hex C2 83 84 0 20 20 18 167 22 40
Octal 302 203 204 0 40 40 30 547 42 100
Binary 11000010 10000011 10000100 0 100000 100000 11000 101100111 100010 1000000

Color Harmonies of #C28384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28384

Black with #C28384

Text Example


Text Example

White with #C28384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28384; }

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

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

background-color css

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

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

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

border-color css

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

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

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