Html Css Color HEX #C8758C Charm

📋 copy color: '#C8758C'

red 200 ◦ green 117 ◦ blue 140

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

Shades of Charm #C8758C

Tints of Charm #C8758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 43.76%
G = 25.6%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8758C (or 0xC8758C) is known color: Charm. HEX triplet: C8, 75 and 8C. RGB value is (200,117,140). Sum of RGB (Red+Green+Blue) = 200+117+140=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8758C is #378A73. Grayscale: #909090. Windows color (decimal): -3639924 or 9205192. OLE color: 9205192.

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

Color convert

RGB 200 117 140 -
CMYK 0 0.42 0.3 0.22
HSL 343.37º 0.43% 0.62% -
HSV(B) 343.37º 0.42% 0.78% -
XYZ 34.91 26.9 28.16 -
YUV 144.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 200 117 140 0 0.42 0.3 0.22 343.37 0.43 0.62
Hex C8 75 8C 0 2A 1E 16 157 2B 3E
Octal 310 165 214 0 52 36 26 527 53 76
Binary 11001000 1110101 10001100 0 101010 11110 10110 101010111 101011 111110

Color Harmonies of #C8758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8758C

Black with #C8758C

Text Example


Text Example

White with #C8758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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