Html Css Color HEX #C8718D Charm

📋 copy color: '#C8718D'

red 200 ◦ green 113 ◦ blue 141

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

Shades of Charm #C8718D

Tints of Charm #C8718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 44.05%
G = 24.89%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8718D (or 0xC8718D) is known color: Charm. HEX triplet: C8, 71 and 8D. RGB value is (200,113,141). Sum of RGB (Red+Green+Blue) = 200+113+141=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8718D is #378E72. Grayscale: #8E8E8E. Windows color (decimal): -3640947 or 9269704. OLE color: 9269704.

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

Color convert

RGB 200 113 141 -
CMYK 0 0.44 0.29 0.22
HSL 340.69º 0.44% 0.61% -
HSV(B) 340.69º 0.44% 0.78% -
XYZ 34.53 26.01 28.4 -
YUV 142.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 200 113 141 0 0.44 0.29 0.22 340.69 0.44 0.61
Hex C8 71 8D 0 2C 1D 16 155 2C 3D
Octal 310 161 215 0 54 35 26 525 54 75
Binary 11001000 1110001 10001101 0 101100 11101 10110 101010101 101100 111101

Color Harmonies of #C8718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8718D

Black with #C8718D

Text Example


Text Example

White with #C8718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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