Html Css Color HEX #C6505C Mandy

📋 copy color: '#C6505C'

red 198 ◦ green 80 ◦ blue 92

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

Shades of Mandy #C6505C

Tints of Mandy #C6505C

RGB

 RED value IS 198 (77.73% from 255) = 53.51%

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 53.51%
G = 21.62%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6505C (or 0xC6505C) is known color: Mandy. HEX triplet: C6, 50 and 5C. RGB value is (198,80,92). Sum of RGB (Red+Green+Blue) = 198+80+92=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6505C is #39AFA3. Grayscale: #747474. Windows color (decimal): -3780516 or 6049990. OLE color: 6049990.

HSL color Cylindrical-coordinate representation of color #C6505C: hue angle of 353.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6505C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 92 -
CMYK 0 0.60 0.54 0.22
HSL 353.9º 0.51% 0.55% -
HSV(B) 353.9º 0.6% 0.78% -
XYZ 28.09 18.52 12.22 -
YUV 116.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 198 80 92 0 0.60 0.54 0.22 353.9 0.51 0.55
Hex C6 50 5C 0 3C 36 16 162 33 37
Octal 306 120 134 0 74 66 26 542 63 67
Binary 11000110 1010000 1011100 0 111100 110110 10110 101100010 110011 110111

Color Harmonies of #C6505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6505C

Black with #C6505C

Text Example


Text Example

White with #C6505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6505C; }

 p { color: rgb(198,80,92); }

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

background-color css

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

 a { background-color: rgb(198,80,92); }

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

border-color css

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

 span { border-color: rgb(198,80,92); }

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