Html Css Color HEX #C87384 Charm

📋 copy color: '#C87384'

red 200 ◦ green 115 ◦ blue 132

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

Shades of Charm #C87384

Tints of Charm #C87384

RGB

 RED value IS 200 (78.52% from 255) = 44.74%

 GREEN value IS 115 (45.31% from 255) = 25.73%

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

R = 44.74%
G = 25.73%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C87384 (or 0xC87384) is known color: Charm. HEX triplet: C8, 73 and 84. RGB value is (200,115,132). Sum of RGB (Red+Green+Blue) = 200+115+132=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87384 is #378C7B. Grayscale: #8E8E8E. Windows color (decimal): -3640444 or 8680392. OLE color: 8680392.

HSL color Cylindrical-coordinate representation of color #C87384: hue angle of 348º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87384 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 115 132 -
CMYK 0 0.42 0.34 0.22
HSL 348º 0.44% 0.62% -
HSV(B) 348º 0.43% 0.78% -
XYZ 34.12 26.21 25.09 -
YUV 142.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 200 115 132 0 0.42 0.34 0.22 348 0.44 0.62
Hex C8 73 84 0 2A 22 16 15C 2C 3E
Octal 310 163 204 0 52 42 26 534 54 76
Binary 11001000 1110011 10000100 0 101010 100010 10110 101011100 101100 111110

Color Harmonies of #C87384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87384

Black with #C87384

Text Example


Text Example

White with #C87384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87384; }

 p { color: rgb(200,115,132); }

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

background-color css

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

 a { background-color: rgb(200,115,132); }

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

border-color css

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

 span { border-color: rgb(200,115,132); }

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