Html Css Color HEX #C8718C Charm

📋 copy color: '#C8718C'

red 200 ◦ green 113 ◦ blue 140

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

Shades of Charm #C8718C

Tints of Charm #C8718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.94%

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

R = 44.15%
G = 24.94%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8718C (or 0xC8718C) is known color: Charm. HEX triplet: C8, 71 and 8C. RGB value is (200,113,140). Sum of RGB (Red+Green+Blue) = 200+113+140=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718C is #378E73. Grayscale: #8E8E8E. Windows color (decimal): -3640948 or 9204168. OLE color: 9204168.

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

Color convert

RGB 200 113 140 -
CMYK 0 0.44 0.3 0.22
HSL 341.38º 0.44% 0.61% -
HSV(B) 341.38º 0.44% 0.78% -
XYZ 34.46 25.98 28.01 -
YUV 142.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 200 113 140 0 0.44 0.3 0.22 341.38 0.44 0.61
Hex C8 71 8C 0 2C 1E 16 155 2C 3D
Octal 310 161 214 0 54 36 26 525 54 75
Binary 11001000 1110001 10001100 0 101100 11110 10110 101010101 101100 111101

Color Harmonies of #C8718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8718C

Black with #C8718C

Text Example


Text Example

White with #C8718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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