Html Css Color HEX #C8728C Charm

📋 copy color: '#C8728C'

red 200 ◦ green 114 ◦ blue 140

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

Shades of Charm #C8728C

Tints of Charm #C8728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 44.05%
G = 25.11%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8728C (or 0xC8728C) is known color: Charm. HEX triplet: C8, 72 and 8C. RGB value is (200,114,140). Sum of RGB (Red+Green+Blue) = 200+114+140=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8728C is #378D73. Grayscale: #8E8E8E. Windows color (decimal): -3640692 or 9204424. OLE color: 9204424.

HSL color Cylindrical-coordinate representation of color #C8728C: hue angle of 341.86º 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 #C8728C is Cyan = 0, Magento = 0.43, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 140 -
CMYK 0 0.43 0.3 0.22
HSL 341.86º 0.44% 0.62% -
HSV(B) 341.86º 0.43% 0.78% -
XYZ 34.57 26.21 28.05 -
YUV 142.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 200 114 140 0 0.43 0.3 0.22 341.86 0.44 0.62
Hex C8 72 8C 0 2B 1E 16 156 2C 3E
Octal 310 162 214 0 53 36 26 526 54 76
Binary 11001000 1110010 10001100 0 101011 11110 10110 101010110 101100 111110

Color Harmonies of #C8728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8728C

Black with #C8728C

Text Example


Text Example

White with #C8728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8728C; }

 p { color: rgb(200,114,140); }

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

background-color css

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

 a { background-color: rgb(200,114,140); }

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

border-color css

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

 span { border-color: rgb(200,114,140); }

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