Html Css Color HEX #C8758E Charm

📋 copy color: '#C8758E'

red 200 ◦ green 117 ◦ blue 142

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

Shades of Charm #C8758E

Tints of Charm #C8758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.94%

R = 43.57%
G = 25.49%
B = 30.94%

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

#C8758E (or 0xC8758E) is known color: Charm. HEX triplet: C8, 75 and 8E. RGB value is (200,117,142). Sum of RGB (Red+Green+Blue) = 200+117+142=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758E is #378A71. Grayscale: #909090. Windows color (decimal): -3639922 or 9336264. OLE color: 9336264.

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

Color convert

RGB 200 117 142 -
CMYK 0 0.42 0.29 0.22
HSL 341.93º 0.43% 0.62% -
HSV(B) 341.93º 0.42% 0.78% -
XYZ 35.06 26.95 28.95 -
YUV 144.67 126.5 167.47 -
System Red Green Blue C M Y K H S L
Decimal 200 117 142 0 0.42 0.29 0.22 341.93 0.43 0.62
Hex C8 75 8E 0 2A 1D 16 156 2B 3E
Octal 310 165 216 0 52 35 26 526 53 76
Binary 11001000 1110101 10001110 0 101010 11101 10110 101010110 101011 111110

Color Harmonies of #C8758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8758E

Black with #C8758E

Text Example


Text Example

White with #C8758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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