Html Css Color HEX #C5768B Charm

📋 copy color: '#C5768B'

red 197 ◦ green 118 ◦ blue 139

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

Shades of Charm #C5768B

Tints of Charm #C5768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 43.39%
G = 25.99%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5768B (or 0xC5768B) is known color: Charm. HEX triplet: C5, 76 and 8B. RGB value is (197,118,139). Sum of RGB (Red+Green+Blue) = 197+118+139=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5768B is #3A8974. Grayscale: #909090. Windows color (decimal): -3836277 or 9139909. OLE color: 9139909.

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

Color convert

RGB 197 118 139 -
CMYK 0 0.40 0.29 0.23
HSL 344.05º 0.41% 0.62% -
HSV(B) 344.05º 0.4% 0.77% -
XYZ 34.16 26.69 27.78 -
YUV 144.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 197 118 139 0 0.40 0.29 0.23 344.05 0.41 0.62
Hex C5 76 8B 0 28 1D 17 158 29 3E
Octal 305 166 213 0 50 35 27 530 51 76
Binary 11000101 1110110 10001011 0 101000 11101 10111 101011000 101001 111110

Color Harmonies of #C5768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5768B

Black with #C5768B

Text Example


Text Example

White with #C5768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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