Html Css Color HEX #C8758F Charm

📋 copy color: '#C8758F'

red 200 ◦ green 117 ◦ blue 143

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

Shades of Charm #C8758F

Tints of Charm #C8758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.09%

R = 43.48%
G = 25.43%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8758F (or 0xC8758F) is known color: Charm. HEX triplet: C8, 75 and 8F. RGB value is (200,117,143). Sum of RGB (Red+Green+Blue) = 200+117+143=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758F is #378A70. Grayscale: #909090. Windows color (decimal): -3639921 or 9401800. OLE color: 9401800.

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

Color convert

RGB 200 117 143 -
CMYK 0 0.42 0.28 0.22
HSL 341.2º 0.43% 0.62% -
HSV(B) 341.2º 0.42% 0.78% -
XYZ 35.14 26.99 29.34 -
YUV 144.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 200 117 143 0 0.42 0.28 0.22 341.2 0.43 0.62
Hex C8 75 8F 0 2A 1C 16 155 2B 3E
Octal 310 165 217 0 52 34 26 525 53 76
Binary 11001000 1110101 10001111 0 101010 11100 10110 101010101 101011 111110

Color Harmonies of #C8758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8758F

Black with #C8758F

Text Example


Text Example

White with #C8758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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