Html Css Color HEX #C8758D Charm

📋 copy color: '#C8758D'

red 200 ◦ green 117 ◦ blue 141

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

Shades of Charm #C8758D

Tints of Charm #C8758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

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

R = 43.67%
G = 25.55%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8758D (or 0xC8758D) is known color: Charm. HEX triplet: C8, 75 and 8D. RGB value is (200,117,141). Sum of RGB (Red+Green+Blue) = 200+117+141=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758D is #378A72. Grayscale: #909090. Windows color (decimal): -3639923 or 9270728. OLE color: 9270728.

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

Color convert

RGB 200 117 141 -
CMYK 0 0.42 0.29 0.22
HSL 342.65º 0.43% 0.62% -
HSV(B) 342.65º 0.42% 0.78% -
XYZ 34.99 26.93 28.55 -
YUV 144.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 200 117 141 0 0.42 0.29 0.22 342.65 0.43 0.62
Hex C8 75 8D 0 2A 1D 16 157 2B 3E
Octal 310 165 215 0 52 35 26 527 53 76
Binary 11001000 1110101 10001101 0 101010 11101 10110 101010111 101011 111110

Color Harmonies of #C8758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8758D

Black with #C8758D

Text Example


Text Example

White with #C8758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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