Html Css Color HEX #C8717D Charm

📋 copy color: '#C8717D'

red 200 ◦ green 113 ◦ blue 125

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

Shades of Charm #C8717D

Tints of Charm #C8717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 45.66%
G = 25.8%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8717D (or 0xC8717D) is known color: Charm. HEX triplet: C8, 71 and 7D. RGB value is (200,113,125). Sum of RGB (Red+Green+Blue) = 200+113+125=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8717D is #378E82. Grayscale: #8C8C8C. Windows color (decimal): -3640963 or 8221128. OLE color: 8221128.

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

Color convert

RGB 200 113 125 -
CMYK 0 0.44 0.38 0.22
HSL 351.72º 0.44% 0.61% -
HSV(B) 351.72º 0.44% 0.78% -
XYZ 33.43 25.57 22.58 -
YUV 140.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 200 113 125 0 0.44 0.38 0.22 351.72 0.44 0.61
Hex C8 71 7D 0 2C 26 16 160 2C 3D
Octal 310 161 175 0 54 46 26 540 54 75
Binary 11001000 1110001 1111101 0 101100 100110 10110 101100000 101100 111101

Color Harmonies of #C8717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8717D

Black with #C8717D

Text Example


Text Example

White with #C8717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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