Html Css Color HEX #C8757D Charm

📋 copy color: '#C8757D'

red 200 ◦ green 117 ◦ blue 125

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

Shades of Charm #C8757D

Tints of Charm #C8757D

RGB

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

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

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

R = 45.25%
G = 26.47%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8757D (or 0xC8757D) is known color: Charm. HEX triplet: C8, 75 and 7D. RGB value is (200,117,125). Sum of RGB (Red+Green+Blue) = 200+117+125=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8757D is #378A82. Grayscale: #8E8E8E. Windows color (decimal): -3639939 or 8222152. OLE color: 8222152.

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

Color convert

RGB 200 117 125 -
CMYK 0 0.42 0.38 0.22
HSL 354.22º 0.43% 0.62% -
HSV(B) 354.22º 0.42% 0.78% -
XYZ 33.88 26.48 22.73 -
YUV 142.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 200 117 125 0 0.42 0.38 0.22 354.22 0.43 0.62
Hex C8 75 7D 0 2A 26 16 162 2B 3E
Octal 310 165 175 0 52 46 26 542 53 76
Binary 11001000 1110101 1111101 0 101010 100110 10110 101100010 101011 111110

Color Harmonies of #C8757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8757D

Black with #C8757D

Text Example


Text Example

White with #C8757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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