Html Css Color HEX #C5768E Charm

📋 copy color: '#C5768E'

red 197 ◦ green 118 ◦ blue 142

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

Shades of Charm #C5768E

Tints of Charm #C5768E

RGB

 RED value IS 197 (77.34% from 255) = 43.11%

 GREEN value IS 118 (46.48% from 255) = 25.82%

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

R = 43.11%
G = 25.82%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5768E (or 0xC5768E) is known color: Charm. HEX triplet: C5, 76 and 8E. RGB value is (197,118,142). Sum of RGB (Red+Green+Blue) = 197+118+142=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768E is #3A8971. Grayscale: #909090. Windows color (decimal): -3836274 or 9336517. OLE color: 9336517.

HSL color Cylindrical-coordinate representation of color #C5768E: hue angle of 341.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5768E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 118 142 -
CMYK 0 0.40 0.28 0.23
HSL 341.77º 0.41% 0.62% -
HSV(B) 341.77º 0.4% 0.77% -
XYZ 34.39 26.78 28.95 -
YUV 144.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 197 118 142 0 0.40 0.28 0.23 341.77 0.41 0.62
Hex C5 76 8E 0 28 1C 17 156 29 3E
Octal 305 166 216 0 50 34 27 526 51 76
Binary 11000101 1110110 10001110 0 101000 11100 10111 101010110 101001 111110

Color Harmonies of #C5768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5768E

Black with #C5768E

Text Example


Text Example

White with #C5768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5768E; }

 p { color: rgb(197,118,142); }

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

background-color css

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

 a { background-color: rgb(197,118,142); }

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

border-color css

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

 span { border-color: rgb(197,118,142); }

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