Html Css Color HEX #C56F85 Charm

📋 copy color: '#C56F85'

red 197 ◦ green 111 ◦ blue 133

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

Shades of Charm #C56F85

Tints of Charm #C56F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 44.67%
G = 25.17%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C56F85 (or 0xC56F85) is known color: Charm. HEX triplet: C5, 6F and 85. RGB value is (197,111,133). Sum of RGB (Red+Green+Blue) = 197+111+133=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56F85 is #3A907A. Grayscale: #8B8B8B. Windows color (decimal): -3838075 or 8744901. OLE color: 8744901.

HSL color Cylindrical-coordinate representation of color #C56F85: hue angle of 344.65º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56F85 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 111 133 -
CMYK 0 0.44 0.32 0.23
HSL 344.65º 0.43% 0.6% -
HSV(B) 344.65º 0.44% 0.77% -
XYZ 32.94 24.93 25.27 -
YUV 139.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 197 111 133 0 0.44 0.32 0.23 344.65 0.43 0.6
Hex C5 6F 85 0 2C 20 17 159 2B 3C
Octal 305 157 205 0 54 40 27 531 53 74
Binary 11000101 1101111 10000101 0 101100 100000 10111 101011001 101011 111100

Color Harmonies of #C56F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F85

Black with #C56F85

Text Example


Text Example

White with #C56F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F85; }

 p { color: rgb(197,111,133); }

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

background-color css

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

 a { background-color: rgb(197,111,133); }

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

border-color css

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

 span { border-color: rgb(197,111,133); }

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