Html Css Color HEX #C56680 Charm

📋 copy color: '#C56680'

red 197 ◦ green 102 ◦ blue 128

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

Shades of Charm #C56680

Tints of Charm #C56680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 46.14%
G = 23.89%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C56680 (or 0xC56680) is known color: Charm. HEX triplet: C5, 66 and 80. RGB value is (197,102,128). Sum of RGB (Red+Green+Blue) = 197+102+128=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C56680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56680 is #3A997F. Grayscale: #858585. Windows color (decimal): -3840384 or 8414917. OLE color: 8414917.

HSL color Cylindrical-coordinate representation of color #C56680: hue angle of 343.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56680 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 128 -
CMYK 0 0.48 0.35 0.23
HSL 343.58º 0.45% 0.59% -
HSV(B) 343.58º 0.48% 0.77% -
XYZ 31.67 22.93 23.18 -
YUV 133.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 197 102 128 0 0.48 0.35 0.23 343.58 0.45 0.59
Hex C5 66 80 0 30 23 17 158 2D 3B
Octal 305 146 200 0 60 43 27 530 55 73
Binary 11000101 1100110 10000000 0 110000 100011 10111 101011000 101101 111011

Color Harmonies of #C56680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56680

Black with #C56680

Text Example


Text Example

White with #C56680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56680; }

 p { color: rgb(197,102,128); }

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

background-color css

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

 a { background-color: rgb(197,102,128); }

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

border-color css

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

 span { border-color: rgb(197,102,128); }

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